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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Aug 28 05:37:16 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-08-28 05:37:16 -0400 (Fri, 28 Aug 2009)
New Revision: 5575

Modified:
   jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh
Log:
fixed hudson job driver script for tomcat: added jbpm reinstallation between full build and setup

Modified: jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh	2009-08-28 08:56:01 UTC (rev 5574)
+++ jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh	2009-08-28 09:37:16 UTC (rev 5575)
@@ -7,6 +7,7 @@
 ANT_PROPERTIES="-Djbpm.parent.dir=$WORKSPACE -Djboss.distro.dir=$SOURCE_REPO/jboss -Dtomcat.distro.dir=tomcat.downloads" 
 
 mvn -U -Pdistro,integration clean install
+ant -f qa/build.xml reinstall.jbpm
 ant -f qa/build.xml $ANT_PROPERTIES testsuite.tomcat.setup
 
 cd modules/test-cactus



More information about the jbpm-commits mailing list