[jbossws-commits] JBossWS SVN: r3628 - trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-5.0.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jun 19 09:47:10 EDT 2007


Author: heiko.braun at jboss.com
Date: 2007-06-19 09:47:10 -0400 (Tue, 19 Jun 2007)
New Revision: 3628

Modified:
   trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml
Log:
Move to build.sh

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-06-19 12:02:18 UTC (rev 3627)
+++ trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml	2007-06-19 13:47:10 UTC (rev 3628)
@@ -19,7 +19,7 @@
 #
 cd $JBWSDIR/build
 cp ant.properties.example ant.properties
-ant clean
+./build.sh clean
 
 #
 # stop jbossas
@@ -30,7 +30,7 @@
 # Build xfire
 #
 cd $JBWSDIR/integration/xfire
-ant $ENVIRONMENT deploy-jboss50
+./build.sh $ENVIRONMENT deploy-jboss50
 
 #
 # start jbossas
@@ -48,7 +48,7 @@
 #
 # execute tests
 #
-ant $ENVIRONMENT tests-clean tests 2>&1 | tee $WORKSPACE/tests.out
+./build.sh $ENVIRONMENT tests-clean tests 2>&1 | tee $WORKSPACE/tests.out
 cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
 
 #




More information about the jbossws-commits mailing list