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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Dec 29 04:32:08 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-12-29 04:32:08 -0500 (Tue, 29 Dec 2009)
New Revision: 6051

Modified:
   jbpm4/tags/jbpm-4.3/qa/hudson-jbpm4-enterprise.sh
   jbpm4/tags/jbpm-4.3/qa/hudson-jbpm4-upgrade.sh
Log:
trying to fix hudson scripts

Modified: jbpm4/tags/jbpm-4.3/qa/hudson-jbpm4-enterprise.sh
===================================================================
--- jbpm4/tags/jbpm-4.3/qa/hudson-jbpm4-enterprise.sh	2009-12-28 19:04:28 UTC (rev 6050)
+++ jbpm4/tags/jbpm-4.3/qa/hudson-jbpm4-enterprise.sh	2009-12-29 09:32:08 UTC (rev 6051)
@@ -6,10 +6,6 @@
 ANT_PROPERTIES="-Djboss.version=$JBOSS_VERSION -Djbpm.parent.dir=$WORKSPACE -Djboss.distro.dir=$SOURCE_REPO/jboss"
 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 stop.jboss
-ant -f modules/distro/src/main/files/install/build.xml $ANT_PROPERTIES stop.hsqldb.server
-
 mvn -U -Pdistro,enterprise clean install
 ant -f qa/build.xml $ANT_PROPERTIES testsuite.enterprise.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 19:04:28 UTC (rev 6050)
+++ jbpm4/tags/jbpm-4.3/qa/hudson-jbpm4-upgrade.sh	2009-12-29 09:32:08 UTC (rev 6051)
@@ -6,10 +6,6 @@
 ANT_PROPERTIES="-Dold.jbpm.version=$OLD_JBPM_VERSION -Ddatabase=$DATABASE -Djbpm.parent.dir=$WORKSPACE"
 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 stop.jboss
-ant -f modules/distro/src/main/files/install/build.xml $ANT_PROPERTIES stop.hsqldb.server
-
 cd qa/upgrade
 mvn $ANT_PROPERTIES dependency:copy
 cd ../..



More information about the jbpm-commits mailing list