Skip to content

Instantly share code, notes, and snippets.

@h2000
Created December 17, 2014 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h2000/1a9c4029b7a415156843 to your computer and use it in GitHub Desktop.
Save h2000/1a9c4029b7a415156843 to your computer and use it in GitHub Desktop.
isis tips: intellij + jrebel + datanucleus
1. Change output paths from target-ide to target if necessary:
- Module Settings (F3)> Modules > for all modules:
- Paths Tab > change "Output path:" and "Test output path:" ../target-ide/.. to ../target/..
2. Add after make trigger to maven goal datanucleus:enhance
- Maven Projects (side tabs) > for all dom maven modules
- select: Plugins > datanucleus > datanucleus:enhance (right click) > execute after make
(https://www.jetbrains.com/idea/help/configuring-triggers-for-maven-goals.html)
3. Start isis with jrebel
4. Make changes to dom classes
5. Press ctrl+b or apple+b to trigger incremental make AND automatic run mvn datanucleus:enhance
6. Press browser refresh
7. Enjoy :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment