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

svn commit: r907610 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/intro/getting-started/ide/intellij.html

Author: buildbot
Date: Thu May  1 11:14:38 2014
New Revision: 907610

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/intro/getting-started/ide/intellij.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May  1 11:14:38 2014
@@ -1 +1 @@
-1591600
+1591604

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May  1 11:14:38 2014
@@ -1 +1 @@
-1591600
+1591604

Modified: websites/staging/isis/trunk/content/intro/getting-started/ide/intellij.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/getting-started/ide/intellij.html (original)
+++ websites/staging/isis/trunk/content/intro/getting-started/ide/intellij.html Thu May  1 11:14:38 2014
@@ -393,11 +393,15 @@
 
 <p><img src="images/intellij-035-run-configuration.png"  width="720px"/></p>
 
-<p>to execute <code>mvn compile</code> for the <code>dom</code> module:</p>
+<p>to execute <code>mvn datanucleus:enhance</code> for the <code>dom</code> module:</p>
 
 <p><img src="images/intellij-040-run-configuration.png"  width="600px"/></p>
 
-<p>Running <code>mvn compile</code> (rather than IntellJ's regular make) will ensure that the domain object classes are enhanced by the DataNucleus enhancer.</p>
+<p>Running <code>mvn datanucleus:enhance</code> will ensure that the domain object classes are enhanced by the DataNucleus enhancer.</p>
+
+<blockquote>
+  <p><em>Note</em>: 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.</p>
+</blockquote>