Author: thomas.diesler(a)jboss.com
Date: 2007-05-23 07:29:47 -0400 (Wed, 23 May 2007)
New Revision: 3210
Modified:
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.2/config.xml
trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-5.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-5.0/config.xml
trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml
Log:
clobber before doing anything
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-05-23 11:23:56 UTC
(rev 3209)
+++ trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml 2007-05-23 11:29:47 UTC
(rev 3210)
@@ -18,7 +18,8 @@
#
cd $JBWSDIR/build
cp ant.properties.example ant.properties
-
+ant clobber
+
#
# stop jbossas
#
@@ -28,7 +29,7 @@
# deploy to jboss
#
cd $JBWSDIR/jbossws-core
-ant $ENVIRONMENT clobber deploy-jboss42
+ant $ENVIRONMENT 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-05-23 11:23:56 UTC
(rev 3209)
+++ trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml 2007-05-23 11:29:47 UTC
(rev 3210)
@@ -18,6 +18,7 @@
#
cd $JBWSDIR/build
cp ant.properties.example ant.properties
+ant clobber
#
# stop jbossas
@@ -28,7 +29,7 @@
# deploy to jboss
#
cd $JBWSDIR/jbossws-core
-ant $ENVIRONMENT clobber deploy-jboss50
+ant $ENVIRONMENT deploy-jboss50
#
# 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-05-23 11:23:56
UTC (rev 3209)
+++ trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml 2007-05-23 11:29:47
UTC (rev 3210)
@@ -18,6 +18,7 @@
#
cd $JBWSDIR/build
cp ant.properties.example ant.properties
+ant clobber
#
# stop jbossas
@@ -28,7 +29,7 @@
# deploy to jboss
#
cd $JBWSDIR/jbossws-core
-ant $ENVIRONMENT clobber deploy-jboss42
+ant $ENVIRONMENT deploy-jboss42
#
# start jbossas
@@ -38,7 +39,7 @@
#
# execute tests
#
-ant $ENVIRONMENT tests-clean tests 2>&1 | tee $WORKSPACE/tests.out
+ant $ENVIRONMENT tests 2>&1 | tee $WORKSPACE/tests.out
cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
#
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-05-23 11:23:56
UTC (rev 3209)
+++ trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-5.0/config.xml 2007-05-23 11:29:47
UTC (rev 3210)
@@ -18,6 +18,7 @@
#
cd $JBWSDIR/build
cp ant.properties.example ant.properties
+ant clobber
#
# stop jbossas
@@ -28,7 +29,7 @@
# deploy to jboss
#
cd $JBWSDIR/jbossws-core
-ant $ENVIRONMENT clobber deploy-jboss50
+ant $ENVIRONMENT deploy-jboss50
#
# start jbossas
@@ -38,7 +39,7 @@
#
# execute tests
#
-ant $ENVIRONMENT tests-clean tests 2>&1 | tee $WORKSPACE/tests.out
+ant $ENVIRONMENT tests 2>&1 | tee $WORKSPACE/tests.out
cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
#
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-05-23
11:23:56 UTC (rev 3209)
+++ trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-4.2/config.xml 2007-05-23
11:29:47 UTC (rev 3210)
@@ -18,6 +18,7 @@
#
cd $JBWSDIR/build
cp ant.properties.example ant.properties
+ant clobber
#
# stop jbossas
@@ -28,7 +29,7 @@
# Build jbws-jboss42
#
cd $JBWSDIR/integration/jbws
-ant $ENVIRONMENT clobber deploy-jboss42
+ant $ENVIRONMENT deploy-jboss42
#
# start jbossas
@@ -39,7 +40,7 @@
#
# execute tests
#
-ant $ENVIRONMENT tests-clean tests 2>&1 | tee $WORKSPACE/tests.out
+ant $ENVIRONMENT tests 2>&1 | tee $WORKSPACE/tests.out
cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
#
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-05-23
11:23:56 UTC (rev 3209)
+++ trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-5.0/config.xml 2007-05-23
11:29:47 UTC (rev 3210)
@@ -18,6 +18,7 @@
#
cd $JBWSDIR/build
cp ant.properties.example ant.properties
+ant clobber
#
# stop jbossas
@@ -28,7 +29,7 @@
# Build deploy-jboss50
#
cd $JBWSDIR/integration/jbws
-ant $ENVIRONMENT clobber deploy-jboss50
+ant $ENVIRONMENT deploy-jboss50
#
# start jbossas
@@ -39,7 +40,7 @@
#
# execute tests
#
-ant $ENVIRONMENT tests-clean tests 2>&1 | tee $WORKSPACE/tests.out
+ant $ENVIRONMENT tests 2>&1 | tee $WORKSPACE/tests.out
cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
#
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-05-23
11:23:56 UTC (rev 3209)
+++ trunk/build/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml 2007-05-23
11:29:47 UTC (rev 3210)
@@ -18,6 +18,7 @@
#
cd $JBWSDIR/build
cp ant.properties.example ant.properties
+ant clobber
#
# stop jbossas
@@ -28,7 +29,7 @@
# Build sunri-jboss50
#
cd $JBWSDIR/integration/sunri
-ant $ENVIRONMENT clobber deploy-jboss50
+ant $ENVIRONMENT deploy-jboss50
#
# start jbossas
@@ -39,7 +40,7 @@
#
# execute tests
#
-ant $ENVIRONMENT tests-clean tests 2>&1 | tee $WORKSPACE/tests.out
+ant $ENVIRONMENT tests 2>&1 | tee $WORKSPACE/tests.out
cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
#
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-05-23
11:23:56 UTC (rev 3209)
+++ trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml 2007-05-23
11:29:47 UTC (rev 3210)
@@ -18,7 +18,8 @@
#
cd $JBWSDIR/build
cp ant.properties.example ant.properties
-
+ant clobber
+
#
# stop jbossas
#
@@ -28,7 +29,7 @@
# Build xfire
#
cd $JBWSDIR/integration/xfire
-ant $ENVIRONMENT clobber deploy-jboss50
+ant $ENVIRONMENT deploy-jboss50
#
# start jbossas
@@ -39,7 +40,7 @@
#
# execute tests
#
-ant $ENVIRONMENT tests-clean tests 2>&1 | tee $WORKSPACE/tests.out
+ant $ENVIRONMENT tests 2>&1 | tee $WORKSPACE/tests.out
cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
#