[embjopr-commits] EMBJOPR SVN: r18 - trunk.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Wed Oct 22 17:08:53 EDT 2008


Author: ips
Date: 2008-10-22 17:08:53 -0400 (Wed, 22 Oct 2008)
New Revision: 18

Modified:
   trunk/BUILD.txt
Log:
updated to include svn checkout instructions


Modified: trunk/BUILD.txt
===================================================================
--- trunk/BUILD.txt	2008-10-22 18:21:08 UTC (rev 17)
+++ trunk/BUILD.txt	2008-10-22 21:08:53 UTC (rev 18)
@@ -2,9 +2,17 @@
 ********************************
 Compiling
 =========
-1) Make sure you have JDK 5 and Maven 2 setup on your system.
-2) Build Embedded Jopr: 
+1) Make sure you have JDK 5, a Subversion (SVN) client, and Maven 2 setup on your system.
+2) Check out the Embedded Jopr source from SVN:
 
+     svn co http://anonsvn.jboss.org/repos/embjopr/trunk/ embjopr
+  
+   or, if you are a committer:
+   
+     svn co https://svn.jboss.org/repos/embjopr/trunk/ embjopr     
+3) Build Embedded Jopr: 
+
+     cd embjopr
      mvn install -Dmaven.test.skip=true
    
    This will produce two admin console WARs:
@@ -14,7 +22,7 @@
 
 Installation
 ============
-See INSTALL.txt for instructions on:
+See INSTALL.txt in the embjopr root directory for instructions on:
 1) Installing the admin console WAR to a JBAS instance. 
 2) Logging in to the admin console.
 
@@ -47,7 +55,7 @@
 4) Increase your JVM memory settings in run.sh/conf/bat to at least the following 
    (via the JAVA_OPTS environment variable):
 
-     -Xms256M -Xmx256M -XX:PermSize=256M -XX:MaxPermSize=256M
+     -Xms200M -Xmx200M -XX:PermSize=200M -XX:MaxPermSize=200M
 
    This is recommended, because multiple redeploys of Seam-based webapps can cause you to run out of heap,
    or more likely, permgen.    




More information about the embjopr-commits mailing list