[jboss-cvs] JBossAS SVN: r69188 - trunk/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 22 06:06:13 EST 2008


Author: wolfc
Date: 2008-01-22 06:06:13 -0500 (Tue, 22 Jan 2008)
New Revision: 69188

Modified:
   trunk/ejb3/build.sh
Log:
Merged 62389, 62743 from testsuite/build.sh


Modified: trunk/ejb3/build.sh
===================================================================
--- trunk/ejb3/build.sh	2008-01-22 05:35:40 UTC (rev 69187)
+++ trunk/ejb3/build.sh	2008-01-22 11:06:13 UTC (rev 69188)
@@ -150,6 +150,12 @@
     # setup some build properties
     ANT_OPTS="$ANT_OPTS -Dbuild.script=$0"
 
+    # add some more memory
+    ANT_OPTS="$ANT_OPTS -Xmx512m"
+
+    # prevent default config beeing used
+    ANT_OPTIONS="--noconfig $ANT_OPTIONS"
+
     # change to the directory where the script lives so users are not forced
     # to be in the same directory as build.xml
     cd $DIRNAME




More information about the jboss-cvs-commits mailing list