[jboss-cvs] JBossAS SVN: r60590 - branches/Branch_4_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 16 11:42:26 EST 2007


Author: jfrederic.clere at jboss.com
Date: 2007-02-16 11:42:26 -0500 (Fri, 16 Feb 2007)
New Revision: 60590

Modified:
   branches/Branch_4_0/build/build.sh
Log:
Otherwise /etc/ant.conf is read.


Modified: branches/Branch_4_0/build/build.sh
===================================================================
--- branches/Branch_4_0/build/build.sh	2007-02-16 16:37:13 UTC (rev 60589)
+++ branches/Branch_4_0/build/build.sh	2007-02-16 16:42:26 UTC (rev 60590)
@@ -29,7 +29,7 @@
 ANT_BUILD_FILE="build.xml"
 
 # the default arguments
-ANT_OPTIONS="-find $ANT_BUILD_FILE"
+ANT_OPTIONS="--noconfig -find $ANT_BUILD_FILE"
 
 # Use the maximum available, or set MAX_FD != -1 to use that
 MAX_FD="maximum"




More information about the jboss-cvs-commits mailing list