[jbpm-commits] JBoss JBPM SVN: r6049 - jbpm4/tags/jbpm-4.3/qa.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Dec 28 13:55:10 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-12-28 13:55:10 -0500 (Mon, 28 Dec 2009)
New Revision: 6049

Modified:
   jbpm4/tags/jbpm-4.3/qa/hudson-jbpm4-jboss.sh
   jbpm4/tags/jbpm-4.3/qa/hudson-jbpm4-upgrade.sh
Log:
added stop jboss and stop hsqldb server before starting the ci run

Modified: jbpm4/tags/jbpm-4.3/qa/hudson-jbpm4-jboss.sh
===================================================================
--- jbpm4/tags/jbpm-4.3/qa/hudson-jbpm4-jboss.sh	2009-12-28 18:38:04 UTC (rev 6048)
+++ jbpm4/tags/jbpm-4.3/qa/hudson-jbpm4-jboss.sh	2009-12-28 18:55:10 UTC (rev 6049)
@@ -7,8 +7,8 @@
 echo ANT_PROPERTIES=${ANT_PROPERTIES}
 
 echo just in case the previous run didnt complete ok, we stop jboss
-ant -f modules/distro/src/main/files/install/build.xml $ANT_PROPERTIES reinstall.jboss
 ant -f modules/distro/src/main/files/install/build.xml $ANT_PROPERTIES stop.jboss
+ant -f modules/distro/src/main/files/install/build.xml $ANT_PROPERTIES stop.hsqldb.server
 
 mvn -U -Pdistro,integration clean install
 ant -f qa/build.xml $ANT_PROPERTIES testsuite.jboss.setup

Modified: jbpm4/tags/jbpm-4.3/qa/hudson-jbpm4-upgrade.sh
===================================================================
--- jbpm4/tags/jbpm-4.3/qa/hudson-jbpm4-upgrade.sh	2009-12-28 18:38:04 UTC (rev 6048)
+++ jbpm4/tags/jbpm-4.3/qa/hudson-jbpm4-upgrade.sh	2009-12-28 18:55:10 UTC (rev 6049)
@@ -7,7 +7,6 @@
 echo ANT_PROPERTIES=${ANT_PROPERTIES}
 
 echo just in case the previous run didnt complete ok, we stop jboss
-ant -f modules/distro/src/main/files/install/build.xml $ANT_PROPERTIES reinstall.jboss
 ant -f modules/distro/src/main/files/install/build.xml $ANT_PROPERTIES stop.jboss
 ant -f modules/distro/src/main/files/install/build.xml $ANT_PROPERTIES stop.hsqldb.server
 



More information about the jbpm-commits mailing list