[jboss-cvs] JBossAS SVN: r75358 - in branches/Branch_4_2: cluster and 24 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 3 17:22:47 EDT 2008


Author: dimitris at jboss.org
Date: 2008-07-03 17:22:47 -0400 (Thu, 03 Jul 2008)
New Revision: 75358

Modified:
   branches/Branch_4_2/aspects/build.sh
   branches/Branch_4_2/cluster/build.sh
   branches/Branch_4_2/connector/build.sh
   branches/Branch_4_2/console/build.sh
   branches/Branch_4_2/deployment/build.sh
   branches/Branch_4_2/ejb3/build.sh
   branches/Branch_4_2/ejb3x/build.sh
   branches/Branch_4_2/hibernate-int/build.sh
   branches/Branch_4_2/iiop/build.sh
   branches/Branch_4_2/j2ee/build.sh
   branches/Branch_4_2/jaxrpc/build.sh
   branches/Branch_4_2/jms/build.sh
   branches/Branch_4_2/jmx/build.sh
   branches/Branch_4_2/management/build.sh
   branches/Branch_4_2/messaging/build.sh
   branches/Branch_4_2/naming/build.sh
   branches/Branch_4_2/remoting-int/build.sh
   branches/Branch_4_2/security/build.sh
   branches/Branch_4_2/server/build.sh
   branches/Branch_4_2/system/build.sh
   branches/Branch_4_2/test/build.sh
   branches/Branch_4_2/testsuite/build.sh
   branches/Branch_4_2/tomcat/build.sh
   branches/Branch_4_2/transaction/build.sh
   branches/Branch_4_2/varia/build.sh
   branches/Branch_4_2/webservices/build.sh
Log:
JBAS-4478, ignore local ant options when building

Modified: branches/Branch_4_2/aspects/build.sh
===================================================================
--- branches/Branch_4_2/aspects/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/aspects/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/cluster/build.sh
===================================================================
--- branches/Branch_4_2/cluster/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/cluster/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/connector/build.sh
===================================================================
--- branches/Branch_4_2/connector/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/connector/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/console/build.sh
===================================================================
--- branches/Branch_4_2/console/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/console/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/deployment/build.sh
===================================================================
--- branches/Branch_4_2/deployment/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/deployment/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/ejb3/build.sh
===================================================================
--- branches/Branch_4_2/ejb3/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/ejb3/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/ejb3x/build.sh
===================================================================
--- branches/Branch_4_2/ejb3x/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/ejb3x/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/hibernate-int/build.sh
===================================================================
--- branches/Branch_4_2/hibernate-int/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/hibernate-int/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/iiop/build.sh
===================================================================
--- branches/Branch_4_2/iiop/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/iiop/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/j2ee/build.sh
===================================================================
--- branches/Branch_4_2/j2ee/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/j2ee/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/jaxrpc/build.sh
===================================================================
--- branches/Branch_4_2/jaxrpc/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/jaxrpc/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/jms/build.sh
===================================================================
--- branches/Branch_4_2/jms/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/jms/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/jmx/build.sh
===================================================================
--- branches/Branch_4_2/jmx/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/jmx/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/management/build.sh
===================================================================
--- branches/Branch_4_2/management/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/management/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/messaging/build.sh
===================================================================
--- branches/Branch_4_2/messaging/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/messaging/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/naming/build.sh
===================================================================
--- branches/Branch_4_2/naming/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/naming/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/remoting-int/build.sh
===================================================================
--- branches/Branch_4_2/remoting-int/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/remoting-int/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/security/build.sh
===================================================================
--- branches/Branch_4_2/security/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/security/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/server/build.sh
===================================================================
--- branches/Branch_4_2/server/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/server/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/system/build.sh
===================================================================
--- branches/Branch_4_2/system/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/system/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/test/build.sh
===================================================================
--- branches/Branch_4_2/test/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/test/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/testsuite/build.sh
===================================================================
--- branches/Branch_4_2/testsuite/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/testsuite/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/tomcat/build.sh
===================================================================
--- branches/Branch_4_2/tomcat/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/tomcat/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/transaction/build.sh
===================================================================
--- branches/Branch_4_2/transaction/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/transaction/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/varia/build.sh
===================================================================
--- branches/Branch_4_2/varia/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/varia/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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"

Modified: branches/Branch_4_2/webservices/build.sh
===================================================================
--- branches/Branch_4_2/webservices/build.sh	2008-07-03 21:21:15 UTC (rev 75357)
+++ branches/Branch_4_2/webservices/build.sh	2008-07-03 21:22:47 UTC (rev 75358)
@@ -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