[jboss-cvs] JBossAS SVN: r60589 - trunk/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Feb 16 11:37:13 EST 2007
Author: jfrederic.clere at jboss.com
Date: 2007-02-16 11:37:13 -0500 (Fri, 16 Feb 2007)
New Revision: 60589
Modified:
trunk/build/build.sh
Log:
Otherwise /etc/ant.conf is read.
ANT_HOME is set in /etc/ant.conf of fedora6 for example.
Modified: trunk/build/build.sh
===================================================================
--- trunk/build/build.sh 2007-02-16 15:15:03 UTC (rev 60588)
+++ trunk/build/build.sh 2007-02-16 16:37:13 UTC (rev 60589)
@@ -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