Author: richard.opalka(a)jboss.com
Date: 2008-02-06 16:38:55 -0500 (Wed, 06 Feb 2008)
New Revision: 5614
Modified:
framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.1/config.xml
framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.3/config.xml
framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/CXF-Distro-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/CXF-Distro-AS-4.2.3/config.xml
framework/trunk/hudson/hudson-home/jobs/CXF-Distro-AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-4.2.3/config.xml
framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Metro-Core-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Metro-Core-AS-4.2.3/config.xml
framework/trunk/hudson/hudson-home/jobs/Metro-Core-AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-4.2.3/config.xml
framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Metro-Integration-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Metro-Integration-AS-4.2.3/config.xml
framework/trunk/hudson/hudson-home/jobs/Metro-Integration-AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.0.5-No-EJB3/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.0.5/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.2.1/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.2.2-JDK6/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.2.3-JDK6/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.2.3/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.0.5-No-EJB3/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.0.5/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.1/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.2-JDK6/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.3-JDK6/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.3/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-4.0.5-No-EJB3/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-4.0.5/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-4.2.1/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-4.2.3/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Tck14-Jaxr-AS-4.2.3/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Tck14-Jaxrpc-AS-4.2.3/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Tck14-Saaj-AS-4.2.3/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Tck14-Webservices-AS-4.2.3/config.xml
Log:
[JBWS-1982] use separate ant calls
Modified: framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.1/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.1/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.1/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-ant $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss421
+ant $ENVIRONMENT clean
+ant $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+ant $ENVIRONMENT deploy-jboss421
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.2/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.2/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-ant $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss422
+ant $ENVIRONMENT clean
+ant $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+ant $ENVIRONMENT deploy-jboss422
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.3/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.3/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.3/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-ant $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss423
+ant $ENVIRONMENT clean
+ant $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+ant $ENVIRONMENT deploy-jboss423
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0.0/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0.0/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-ant $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss500
+ant $ENVIRONMENT clean
+ant $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+ant $ENVIRONMENT deploy-jboss500
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/CXF-Distro-AS-4.2.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/CXF-Distro-AS-4.2.2/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/CXF-Distro-AS-4.2.2/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKCXF
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean build-bin-dist
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT build-bin-dist
#
# Deploy distro
Modified: framework/trunk/hudson/hudson-home/jobs/CXF-Distro-AS-4.2.3/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/CXF-Distro-AS-4.2.3/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/CXF-Distro-AS-4.2.3/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKCXF
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean build-bin-dist
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT build-bin-dist
#
# Deploy distro
Modified: framework/trunk/hudson/hudson-home/jobs/CXF-Distro-AS-5.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/CXF-Distro-AS-5.0.0/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/CXF-Distro-AS-5.0.0/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -27,7 +27,9 @@
#
cd $STACKCXF
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean build-bin-dist
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT build-bin-dist
#
# Deploy distro
Modified: framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-4.2.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-4.2.2/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-4.2.2/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKCXF
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss422
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss422
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-4.2.3/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-4.2.3/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-4.2.3/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKCXF
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss423
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss423
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-5.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-5.0.0/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-5.0.0/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKCXF
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss500
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss500
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/Metro-Core-AS-4.2.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Metro-Core-AS-4.2.2/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/Metro-Core-AS-4.2.2/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -27,7 +27,9 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss422
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss422
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/Metro-Core-AS-4.2.3/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Metro-Core-AS-4.2.3/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/Metro-Core-AS-4.2.3/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -27,7 +27,9 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss423
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss423
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/Metro-Core-AS-5.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Metro-Core-AS-5.0.0/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/Metro-Core-AS-5.0.0/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -27,7 +27,9 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss500
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss500
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-4.2.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-4.2.2/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-4.2.2/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -27,7 +27,9 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean build-bin-dist
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT build-bin-dist
#
# Deploy distro
Modified: framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-4.2.3/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-4.2.3/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-4.2.3/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean build-bin-dist
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT build-bin-dist
#
# Deploy distro
Modified: framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-5.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-5.0.0/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-5.0.0/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -27,7 +27,9 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean build-bin-dist
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT build-bin-dist
#
# Deploy distro
Modified: framework/trunk/hudson/hudson-home/jobs/Metro-Integration-AS-4.2.2/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Metro-Integration-AS-4.2.2/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++
framework/trunk/hudson/hudson-home/jobs/Metro-Integration-AS-4.2.2/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss422
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss422
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/Metro-Integration-AS-4.2.3/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Metro-Integration-AS-4.2.3/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++
framework/trunk/hudson/hudson-home/jobs/Metro-Integration-AS-4.2.3/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss423
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss423
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/Metro-Integration-AS-5.0.0/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Metro-Integration-AS-5.0.0/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++
framework/trunk/hudson/hudson-home/jobs/Metro-Integration-AS-5.0.0/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss500
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss500
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.0.5/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.0.5/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.0.5/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss405
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss405
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.0.5-No-EJB3/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.0.5-No-EJB3/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++
framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.0.5-No-EJB3/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss405
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss405
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.2.1/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.2.1/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.2.1/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss421
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss421
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.2.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.2.2/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.2.2/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss422
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss422
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.2.2-JDK6/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.2.2-JDK6/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++
framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.2.2-JDK6/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -35,7 +35,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss422
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss422
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.2.3/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.2.3/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.2.3/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss423
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss423
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.2.3-JDK6/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.2.3-JDK6/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++
framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-4.2.3-JDK6/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -35,7 +35,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss423
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss423
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-5.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-5.0.0/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/Native-Core-AS-5.0.0/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss500
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss500
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.0.5/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.0.5/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.0.5/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean build-bin-dist
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT build-bin-dist
#
# Deploy distro
Modified:
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.0.5-No-EJB3/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.0.5-No-EJB3/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.0.5-No-EJB3/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean build-bin-dist
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT build-bin-dist
#
# Deploy distro
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.1/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.1/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.1/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean build-bin-dist
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT build-bin-dist
#
# Deploy distro
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.2/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.2/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean build-bin-dist
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT build-bin-dist
#
# Deploy distro
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.2-JDK6/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.2-JDK6/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.2-JDK6/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -35,7 +35,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean build-bin-dist
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT build-bin-dist
#
# Deploy distro
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.3/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.3/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.3/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean build-bin-dist
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT build-bin-dist
#
# Deploy distro
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.3-JDK6/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.3-JDK6/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.3-JDK6/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -35,7 +35,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean build-bin-dist
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT build-bin-dist
#
# Deploy distro
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-5.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-5.0.0/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++ framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-5.0.0/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean build-bin-dist
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT build-bin-dist
#
# Deploy distro
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-4.0.5/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-4.0.5/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++
framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-4.0.5/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss405
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss405
#
# start jbossas
Modified:
framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-4.0.5-No-EJB3/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-4.0.5-No-EJB3/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++
framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-4.0.5-No-EJB3/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss405
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss405
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-4.2.1/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-4.2.1/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++
framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-4.2.1/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss421
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss421
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-4.2.2/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-4.2.2/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++
framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-4.2.2/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss422
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss422
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-4.2.3/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-4.2.3/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++
framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-4.2.3/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss423
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss423
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-5.0.0/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-5.0.0/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++
framework/trunk/hudson/hudson-home/jobs/Native-Integration-AS-5.0.0/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -25,7 +25,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss500
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss500
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Tck14-Jaxr-AS-4.2.3/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Native-Tck14-Jaxr-AS-4.2.3/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++
framework/trunk/hudson/hudson-home/jobs/Native-Tck14-Jaxr-AS-4.2.3/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -77,7 +77,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss423
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss423
#
# prepare TCK for use with jboss
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Tck14-Jaxrpc-AS-4.2.3/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Native-Tck14-Jaxrpc-AS-4.2.3/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++
framework/trunk/hudson/hudson-home/jobs/Native-Tck14-Jaxrpc-AS-4.2.3/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -77,7 +77,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss423
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss423
#
# prepare TCK for use with jboss
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Tck14-Saaj-AS-4.2.3/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Native-Tck14-Saaj-AS-4.2.3/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++
framework/trunk/hudson/hudson-home/jobs/Native-Tck14-Saaj-AS-4.2.3/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -77,7 +77,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss423
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss423
#
# prepare TCK for use with jboss
Modified:
framework/trunk/hudson/hudson-home/jobs/Native-Tck14-Webservices-AS-4.2.3/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Native-Tck14-Webservices-AS-4.2.3/config.xml 2008-02-06
21:24:33 UTC (rev 5613)
+++
framework/trunk/hudson/hudson-home/jobs/Native-Tck14-Webservices-AS-4.2.3/config.xml 2008-02-06
21:38:55 UTC (rev 5614)
@@ -77,7 +77,9 @@
#
cd $STACKNATIVE
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss423
+./build.sh $ENVIRONMENT clean
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
+./build.sh $ENVIRONMENT deploy-jboss423
#
# prepare TCK for use with jboss