[jboss-cvs] JBossAS SVN: r75356 - in trunk: bootstrap and 28 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 3 17:14:19 EDT 2008


Author: dimitris at jboss.org
Date: 2008-07-03 17:14:19 -0400 (Thu, 03 Jul 2008)
New Revision: 75356

Modified:
   trunk/aspects/build.sh
   trunk/bootstrap/build.sh
   trunk/cluster/build.sh
   trunk/connector/build.sh
   trunk/console/build.sh
   trunk/deployment/build.sh
   trunk/ejb3/build.sh
   trunk/embedded/build.sh
   trunk/hibernate-int/build.sh
   trunk/iiop/build.sh
   trunk/j2se/build.sh
   trunk/jbossas/jmx-remoting/build.sh
   trunk/jbossas/remoting/build.sh
   trunk/jbossmq/build.sh
   trunk/jmx-remoting/build.sh
   trunk/jmx/build.sh
   trunk/main/build.sh
   trunk/management/build.sh
   trunk/mbeans/build.sh
   trunk/messaging/build.sh
   trunk/profileservice/build.sh
   trunk/security/build.sh
   trunk/server/build.sh
   trunk/spring-int/build.sh
   trunk/system-jmx/build.sh
   trunk/system/build.sh
   trunk/testsuite/build.sh
   trunk/tomcat/build.sh
   trunk/varia/build.sh
   trunk/webservices/build.sh
Log:
JBAS-4478, ignore local ant options when building

Modified: trunk/aspects/build.sh
===================================================================
--- trunk/aspects/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/aspects/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/bootstrap/build.sh
===================================================================
--- trunk/bootstrap/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/bootstrap/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/cluster/build.sh
===================================================================
--- trunk/cluster/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/cluster/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/connector/build.sh
===================================================================
--- trunk/connector/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/connector/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/console/build.sh
===================================================================
--- trunk/console/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/console/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/deployment/build.sh
===================================================================
--- trunk/deployment/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/deployment/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/ejb3/build.sh
===================================================================
--- trunk/ejb3/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/ejb3/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/embedded/build.sh
===================================================================
--- trunk/embedded/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/embedded/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/hibernate-int/build.sh
===================================================================
--- trunk/hibernate-int/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/hibernate-int/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/iiop/build.sh
===================================================================
--- trunk/iiop/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/iiop/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/j2se/build.sh
===================================================================
--- trunk/j2se/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/j2se/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/jbossas/jmx-remoting/build.sh
===================================================================
--- trunk/jbossas/jmx-remoting/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/jbossas/jmx-remoting/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/jbossas/remoting/build.sh
===================================================================
--- trunk/jbossas/remoting/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/jbossas/remoting/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/jbossmq/build.sh
===================================================================
--- trunk/jbossmq/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/jbossmq/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/jmx/build.sh
===================================================================
--- trunk/jmx/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/jmx/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/jmx-remoting/build.sh
===================================================================
--- trunk/jmx-remoting/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/jmx-remoting/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/main/build.sh
===================================================================
--- trunk/main/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/main/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/management/build.sh
===================================================================
--- trunk/management/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/management/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/mbeans/build.sh
===================================================================
--- trunk/mbeans/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/mbeans/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/messaging/build.sh
===================================================================
--- trunk/messaging/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/messaging/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/profileservice/build.sh
===================================================================
--- trunk/profileservice/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/profileservice/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/security/build.sh
===================================================================
--- trunk/security/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/security/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/server/build.sh
===================================================================
--- trunk/server/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/server/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/spring-int/build.sh
===================================================================
--- trunk/spring-int/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/spring-int/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/system/build.sh
===================================================================
--- trunk/system/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/system/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/system-jmx/build.sh
===================================================================
--- trunk/system-jmx/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/system-jmx/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/testsuite/build.sh
===================================================================
--- trunk/testsuite/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/testsuite/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/tomcat/build.sh
===================================================================
--- trunk/tomcat/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/tomcat/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/varia/build.sh
===================================================================
--- trunk/varia/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/varia/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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: trunk/webservices/build.sh
===================================================================
--- trunk/webservices/build.sh	2008-07-03 20:20:38 UTC (rev 75355)
+++ trunk/webservices/build.sh	2008-07-03 21:14:19 UTC (rev 75356)
@@ -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