[jbpm-commits] JBoss JBPM SVN: r4750 - jbpm4/trunk/qa.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed May 6 10:28:27 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-05-06 10:28:27 -0400 (Wed, 06 May 2009)
New Revision: 4750

Modified:
   jbpm4/trunk/qa/hudson-jbpm4-jboss.sh
Log:
added reinstall of jboss before invoking the stop.jboss target

Modified: jbpm4/trunk/qa/hudson-jbpm4-jboss.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-jboss.sh	2009-05-06 14:03:44 UTC (rev 4749)
+++ jbpm4/trunk/qa/hudson-jbpm4-jboss.sh	2009-05-06 14:28:27 UTC (rev 4750)
@@ -8,6 +8,7 @@
 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/jboss/build.xml $ANT_PROPERTIES reinstall.jboss
 ant -f modules/distro/src/main/files/jboss/build.xml $ANT_PROPERTIES stop.jboss
 
 mvn -U -Pdistro -Pschemadocs clean install




More information about the jbpm-commits mailing list