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 12:50:45 UTC

svn commit: r1591595 - in /isis/site/trunk/content: intro/getting-started/ide/images/intellij-030-run-configuration.png intro/getting-started/ide/images/intellij-040-run-configuration.png other/images/intellij-040-run-config.png other/jrebel.md

Author: danhaywood
Date: Thu May  1 10:50:45 2014
New Revision: 1591595

URL: http://svn.apache.org/r1591595
Log:
IntelliJ screencast

Modified:
    isis/site/trunk/content/intro/getting-started/ide/images/intellij-030-run-configuration.png
    isis/site/trunk/content/intro/getting-started/ide/images/intellij-040-run-configuration.png
    isis/site/trunk/content/other/images/intellij-040-run-config.png
    isis/site/trunk/content/other/jrebel.md

Modified: isis/site/trunk/content/intro/getting-started/ide/images/intellij-030-run-configuration.png
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/intro/getting-started/ide/images/intellij-030-run-configuration.png?rev=1591595&r1=1591594&r2=1591595&view=diff
==============================================================================
Binary files - no diff available.

Modified: isis/site/trunk/content/intro/getting-started/ide/images/intellij-040-run-configuration.png
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/intro/getting-started/ide/images/intellij-040-run-configuration.png?rev=1591595&r1=1591594&r2=1591595&view=diff
==============================================================================
Binary files - no diff available.

Modified: isis/site/trunk/content/other/images/intellij-040-run-config.png
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/other/images/intellij-040-run-config.png?rev=1591595&r1=1591594&r2=1591595&view=diff
==============================================================================
Binary files - no diff available.

Modified: isis/site/trunk/content/other/jrebel.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/other/jrebel.md?rev=1591595&r1=1591594&r2=1591595&view=diff
==============================================================================
--- isis/site/trunk/content/other/jrebel.md (original)
+++ isis/site/trunk/content/other/jrebel.md Thu May  1 10:50:45 2014
@@ -89,14 +89,14 @@ where the VM options, in full, are:
 
 If you want to copy-n-paste those VM options, they are:
 
-    -Drebel.log=false \
-    -Drebel.check_class_hash=true \
-    -Drebel.packages_exclude=org.apache.isis \
-    -Dproject.root=C:\APACHE\isis-git-rw\example\application\simple_wicket_restful_jdo \
-    -Dtarget.dir=target \
-    -Drebel.plugins=C:/github/danhaywood/isis-jrebel-plugin/target/danhaywood-isis-jrebel-plugin-1.0.0-SNAPSHOT.jar \
-    -Disis-jrebel-plugin.packagePrefix=dom.simple,org.apache.isis.objectstore.jdo.applib \
-    -Disis-jrebel-plugin.loggingLevel=warn \
+    -Drebel.log=false
+    -Drebel.check_class_hash=true
+    -Drebel.packages_exclude=org.apache.isis
+    -Dproject.root=C:\APACHE\isis-git-rw\example\application\simple_wicket_restful_jdo
+    -Dtarget.dir=target
+    -Drebel.plugins=C:/github/danhaywood/isis-jrebel-plugin/target/danhaywood-isis-jrebel-plugin-1.0.0-SNAPSHOT.jar
+    -Disis-jrebel-plugin.packagePrefix=dom.simple,org.apache.isis.objectstore.jdo.applib
+    -Disis-jrebel-plugin.loggingLevel=warn
     -XX:MaxPermSize=128m
 
 You'll need to adjust the value of some of these: