[jboss-cvs] JBossAS SVN: r60588 - branches/Branch_4_2/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 16 10:15:03 EST 2007


Author: jfrederic.clere at jboss.com
Date: 2007-02-16 10:15:03 -0500 (Fri, 16 Feb 2007)
New Revision: 60588

Modified:
   branches/Branch_4_2/build/build.sh
Log:
Without --noconfig /etc/ant.conf is read and ANT_HOME is set to
ANT_HOME=/usr/share/ant (on fedora for example) so all the logic to use
our own ant environment is broken.


Modified: branches/Branch_4_2/build/build.sh
===================================================================
--- branches/Branch_4_2/build/build.sh	2007-02-16 13:14:59 UTC (rev 60587)
+++ branches/Branch_4_2/build/build.sh	2007-02-16 15:15:03 UTC (rev 60588)
@@ -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