[jboss-cvs] JBossAS SVN: r62389 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 18 04:57:51 EDT 2007


Author: jfrederic.clere at jboss.com
Date: 2007-04-18 04:57:50 -0400 (Wed, 18 Apr 2007)
New Revision: 62389

Modified:
   trunk/testsuite/build.sh
Log:
prevent using the ant default configuration. Because it probably also
uses the ant installed in the system instead our one.


Modified: trunk/testsuite/build.sh
===================================================================
--- trunk/testsuite/build.sh	2007-04-18 08:39:43 UTC (rev 62388)
+++ trunk/testsuite/build.sh	2007-04-18 08:57:50 UTC (rev 62389)
@@ -153,6 +153,9 @@
     # add some more memory
     ANT_OPTS="$ANT_OPTS -Xmx256m"
 
+    # 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