You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/05/01 13:14:33 UTC

svn commit: r1591604 - /isis/site/trunk/content/intro/getting-started/ide/intellij.md

Author: danhaywood
Date: Thu May  1 11:14:33 2014
New Revision: 1591604

URL: http://svn.apache.org/r1591604
Log:
IntelliJ

Modified:
    isis/site/trunk/content/intro/getting-started/ide/intellij.md

Modified: isis/site/trunk/content/intro/getting-started/ide/intellij.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/intro/getting-started/ide/intellij.md?rev=1591604&r1=1591603&r2=1591604&view=diff
==============================================================================
--- isis/site/trunk/content/intro/getting-started/ide/intellij.md (original)
+++ isis/site/trunk/content/intro/getting-started/ide/intellij.md Thu May  1 11:14:33 2014
@@ -55,8 +55,10 @@ Then - importantly - for the `Before lau
 
 <img src="images/intellij-035-run-configuration.png"  width="720px"/>
 
-to execute `mvn compile` for the `dom` module:
+to execute `mvn datanucleus:enhance` for the `dom` module:
 
 <img src="images/intellij-040-run-configuration.png"  width="600px"/>
   
-Running `mvn compile` (rather than IntellJ's regular make) will ensure that the domain object classes are enhanced by the DataNucleus enhancer.
+Running `mvn datanucleus:enhance` will ensure that the domain object classes are enhanced by the DataNucleus enhancer.
+
+> *Note*: The above assumes you are using IntelliJ's background automatic builds (File > Settings > Compiler > Make project automatically).  If you have this switched off, then you probably should also run IntelliJ's regular make here.