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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Dec 29 04:33:35 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-12-29 04:33:35 -0500 (Tue, 29 Dec 2009)
New Revision: 6052

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

Modified: jbpm4/tags/jbpm-4.3/qa/hudson-jbpm4-jboss.sh
===================================================================
--- jbpm4/tags/jbpm-4.3/qa/hudson-jbpm4-jboss.sh	2009-12-29 09:32:08 UTC (rev 6051)
+++ jbpm4/tags/jbpm-4.3/qa/hudson-jbpm4-jboss.sh	2009-12-29 09:33:35 UTC (rev 6052)
@@ -6,9 +6,9 @@
 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
+# 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,integration clean install
 ant -f qa/build.xml $ANT_PROPERTIES testsuite.jboss.setup



More information about the jbpm-commits mailing list