Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 08:18:30 -0400 (Fri, 03 Aug 2007)
New Revision: 4157
Modified:
trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-4.0/config.xml
trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml
trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml
trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.0/config.xml
trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.2-JDK6/config.xml
trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml
trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-5.0/config.xml
trunk/build/hudson/hudson-home/jobs/Distro-Native-AS-4.0/config.xml
trunk/build/hudson/hudson-home/jobs/Distro-Native-AS-4.2/config.xml
trunk/build/hudson/hudson-home/jobs/Distro-Native-AS-5.0/config.xml
trunk/build/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml
trunk/build/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml
trunk/build/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml
trunk/build/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml
trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-4.0/config.xml
trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-4.2/config.xml
trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-5.0/config.xml
trunk/build/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml
trunk/build/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml
trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml
trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml
Log:
REmove dependency on module build
Modified: trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-4.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-4.0/config.xml 2007-08-03 12:09:23 UTC
(rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-4.0/config.xml 2007-08-03 12:18:30 UTC
(rev 4157)
@@ -15,13 +15,6 @@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss40"
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-ant clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -30,7 +23,8 @@
# build/deploy jbossws-native
#
cd $JBWSDIR/jbossws-core
-ant $ENVIRONMENT -Djboss40.home=$JBOSS_INSTANCE-ejb3 jars
+cp ant.properties.example ant.properties
+ant $ENVIRONMENT -Djboss40.home=$JBOSS_INSTANCE-ejb3 clean jars
ant $ENVIRONMENT -Djboss40.home=$JBOSS_INSTANCE deploy-jboss40
#
Modified: trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml 2007-08-03 12:09:23 UTC
(rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml 2007-08-03 12:18:30 UTC
(rev 4157)
@@ -15,13 +15,6 @@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss42
-Djboss42.home=$JBOSS_INSTANCE"
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-ant clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -30,7 +23,8 @@
# deploy to jboss
#
cd $JBWSDIR/jbossws-core
-ant $ENVIRONMENT deploy-jboss42
+cp ant.properties.example ant.properties
+ant $ENVIRONMENT clean deploy-jboss42
#
# start jbossas
Modified: trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml 2007-08-03 12:09:23 UTC
(rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml 2007-08-03 12:18:30 UTC
(rev 4157)
@@ -15,13 +15,6 @@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss50
-Djboss50.home=$JBOSS_INSTANCE"
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-ant clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -30,7 +23,8 @@
# deploy to jboss
#
cd $JBWSDIR/jbossws-core
-ant $ENVIRONMENT deploy-jboss50
+cp ant.properties.example ant.properties
+ant $ENVIRONMENT clean deploy-jboss50
#
# start jbossas
Modified: trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.0/config.xml 2007-08-03 12:09:23
UTC (rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.0/config.xml 2007-08-03 12:18:30
UTC (rev 4157)
@@ -15,13 +15,6 @@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss40
-Djboss40.home=$JBOSS_INSTANCE"
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-./build.sh clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -30,7 +23,8 @@
# deploy to jboss
#
cd $JBWSDIR/jbossws-core
-./build.sh $ENVIRONMENT deploy-jboss40
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean deploy-jboss40
#
# start jbossas
Modified: trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml 2007-08-03 12:09:23
UTC (rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml 2007-08-03 12:18:30
UTC (rev 4157)
@@ -15,13 +15,6 @@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss42
-Djboss42.home=$JBOSS_INSTANCE"
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-./build.sh clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -30,7 +23,8 @@
# deploy to jboss
#
cd $JBWSDIR/jbossws-core
-./build.sh $ENVIRONMENT deploy-jboss42
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean deploy-jboss42
#
# start jbossas
Modified: trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.2-JDK6/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.2-JDK6/config.xml 2007-08-03
12:09:23 UTC (rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.2-JDK6/config.xml 2007-08-03
12:18:30 UTC (rev 4157)
@@ -26,13 +26,6 @@
fi
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-./build.sh clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -41,7 +34,8 @@
# deploy to jboss
#
cd $JBWSDIR/jbossws-core
-./build.sh $ENVIRONMENT deploy-jboss42
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean deploy-jboss42
#
# start jbossas
Modified: trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-5.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-5.0/config.xml 2007-08-03 12:09:23
UTC (rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-5.0/config.xml 2007-08-03 12:18:30
UTC (rev 4157)
@@ -15,13 +15,6 @@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss50
-Djboss50.home=$JBOSS_INSTANCE"
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-./build.sh clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -30,7 +23,8 @@
# deploy to jboss
#
cd $JBWSDIR/jbossws-core
-./build.sh $ENVIRONMENT deploy-jboss50
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean deploy-jboss50
#
# start jbossas
Modified: trunk/build/hudson/hudson-home/jobs/Distro-Native-AS-4.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Distro-Native-AS-4.0/config.xml 2007-08-03
12:09:23 UTC (rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/Distro-Native-AS-4.0/config.xml 2007-08-03
12:18:30 UTC (rev 4157)
@@ -18,13 +18,6 @@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss40
-Djboss50.home=$JBOSS50_INSTANCE -Djboss42.home=$JBOSS42_INSTANCE
-Djboss40.home=$JBOSS40_INSTANCE"
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-./build.sh clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -33,7 +26,8 @@
# Build distro
#
cd $JBWSDIR/jbossws-core
-./build.sh $ENVIRONMENT build-bin-dist
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean build-bin-dist
#
# Deploy distro
Modified: trunk/build/hudson/hudson-home/jobs/Distro-Native-AS-4.2/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Distro-Native-AS-4.2/config.xml 2007-08-03
12:09:23 UTC (rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/Distro-Native-AS-4.2/config.xml 2007-08-03
12:18:30 UTC (rev 4157)
@@ -18,13 +18,6 @@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss42
-Djboss50.home=$JBOSS50_INSTANCE -Djboss42.home=$JBOSS42_INSTANCE
-Djboss40.home=$JBOSS40_INSTANCE"
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-./build.sh clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -33,7 +26,8 @@
# Build distro
#
cd $JBWSDIR/jbossws-core
-./build.sh $ENVIRONMENT build-bin-dist
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean build-bin-dist
#
# Deploy distro
Modified: trunk/build/hudson/hudson-home/jobs/Distro-Native-AS-5.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Distro-Native-AS-5.0/config.xml 2007-08-03
12:09:23 UTC (rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/Distro-Native-AS-5.0/config.xml 2007-08-03
12:18:30 UTC (rev 4157)
@@ -18,13 +18,6 @@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss50
-Djboss50.home=$JBOSS50_INSTANCE -Djboss42.home=$JBOSS42_INSTANCE
-Djboss40.home=$JBOSS40_INSTANCE"
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-./build.sh clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -33,7 +26,8 @@
# Build distro
#
cd $JBWSDIR/jbossws-core
-./build.sh $ENVIRONMENT build-bin-dist
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean build-bin-dist
#
# Deploy distro
Modified: trunk/build/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml 2007-08-03 12:09:23
UTC (rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml 2007-08-03 12:18:30
UTC (rev 4157)
@@ -17,13 +17,6 @@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss42
-Djboss50.home=$JBOSS50_INSTANCE -Djboss42.home=$JBOSS42_INSTANCE"
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-./build.sh clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -32,7 +25,8 @@
# Build distro
#
cd $JBWSDIR/integration/sunri
-./build.sh $ENVIRONMENT build-bin-dist
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean build-bin-dist
#
# Deploy distro
Modified: trunk/build/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml 2007-08-03 12:09:23
UTC (rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml 2007-08-03 12:18:30
UTC (rev 4157)
@@ -17,13 +17,6 @@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss50
-Djboss50.home=$JBOSS50_INSTANCE -Djboss42.home=$JBOSS42_INSTANCE"
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-./build.sh clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -32,7 +25,8 @@
# Build distro
#
cd $JBWSDIR/integration/sunri
-./build.sh $ENVIRONMENT build-bin-dist
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean build-bin-dist
#
# Deploy distro
Modified: trunk/build/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml 2007-08-03 12:09:23
UTC (rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml 2007-08-03 12:18:30
UTC (rev 4157)
@@ -17,13 +17,6 @@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss42
-Djboss50.home=$JBOSS50_INSTANCE -Djboss42.home=$JBOSS42_INSTANCE"
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-./build.sh clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -32,7 +25,8 @@
# Build distro
#
cd $JBWSDIR/integration/xfire
-./build.sh $ENVIRONMENT build-bin-dist
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean build-bin-dist
#
# Deploy distro
Modified: trunk/build/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml 2007-08-03 12:09:23
UTC (rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml 2007-08-03 12:18:30
UTC (rev 4157)
@@ -17,13 +17,6 @@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss50
-Djboss50.home=$JBOSS50_INSTANCE -Djboss42.home=$JBOSS42_INSTANCE"
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-./build.sh clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -32,7 +25,8 @@
# Build distro
#
cd $JBWSDIR/integration/xfire
-./build.sh $ENVIRONMENT build-bin-dist
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean build-bin-dist
#
# Deploy distro
Modified: trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-4.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-4.0/config.xml 2007-08-03
12:09:23 UTC (rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-4.0/config.xml 2007-08-03
12:18:30 UTC (rev 4157)
@@ -15,13 +15,6 @@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss40
-Djboss40.home=$JBOSS_INSTANCE"
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-./build.sh clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -30,7 +23,8 @@
# Build jbws-jboss40
#
cd $JBWSDIR/jbossws-core
-./build.sh $ENVIRONMENT deploy-jboss40
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean deploy-jboss40
#
# start jbossas
Modified: trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-4.2/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-4.2/config.xml 2007-08-03
12:09:23 UTC (rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-4.2/config.xml 2007-08-03
12:18:30 UTC (rev 4157)
@@ -15,13 +15,6 @@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss42
-Djboss42.home=$JBOSS_INSTANCE"
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-./build.sh clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -30,7 +23,8 @@
# Build jbws-jboss42
#
cd $JBWSDIR/jbossws-core
-./build.sh $ENVIRONMENT deploy-jboss42
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean deploy-jboss42
#
# start jbossas
Modified: trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-5.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-5.0/config.xml 2007-08-03
12:09:23 UTC (rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-5.0/config.xml 2007-08-03
12:18:30 UTC (rev 4157)
@@ -15,13 +15,6 @@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss50
-Djboss50.home=$JBOSS_INSTANCE"
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-./build.sh clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -30,7 +23,8 @@
# Build deploy-jboss50
#
cd $JBWSDIR/jbossws-core
-./build.sh $ENVIRONMENT deploy-jboss50
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean deploy-jboss50
#
# start jbossas
Modified: trunk/build/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml 2007-08-03
12:09:23 UTC (rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml 2007-08-03
12:18:30 UTC (rev 4157)
@@ -15,13 +15,6 @@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss42
-Djboss42.home=$JBOSS_INSTANCE"
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-./build.sh clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -30,7 +23,8 @@
# Build sunri
#
cd $JBWSDIR/integration/sunri
-./build.sh $ENVIRONMENT deploy-jboss42
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean deploy-jboss42
#
# start jbossas
Modified: trunk/build/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml 2007-08-03
12:09:23 UTC (rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml 2007-08-03
12:18:30 UTC (rev 4157)
@@ -15,13 +15,6 @@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss50
-Djboss50.home=$JBOSS_INSTANCE"
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-./build.sh clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -30,7 +23,8 @@
# Build sunri-jboss50
#
cd $JBWSDIR/integration/sunri
-./build.sh $ENVIRONMENT deploy-jboss50
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean deploy-jboss50
#
# start jbossas
Modified: trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml 2007-08-03
12:09:23 UTC (rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml 2007-08-03
12:18:30 UTC (rev 4157)
@@ -15,13 +15,6 @@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss42
-Djboss42.home=$JBOSS_INSTANCE"
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-./build.sh clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -30,7 +23,8 @@
# Build xfire
#
cd $JBWSDIR/integration/xfire
-./build.sh $ENVIRONMENT deploy-jboss42
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean deploy-jboss42
#
# start jbossas
Modified: trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml 2007-08-03
12:09:23 UTC (rev 4156)
+++ trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml 2007-08-03
12:18:30 UTC (rev 4157)
@@ -15,13 +15,6 @@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss50
-Djboss50.home=$JBOSS_INSTANCE"
#
-# copy ant.properties
-#
-cd $JBWSDIR/build
-cp ant.properties.example ant.properties
-./build.sh clean
-
-#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
@@ -30,7 +23,8 @@
# Build xfire
#
cd $JBWSDIR/integration/xfire
-./build.sh $ENVIRONMENT deploy-jboss50
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean deploy-jboss50
#
# start jbossas