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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Aug 28 09:57:10 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-08-28 09:57:09 -0400 (Fri, 28 Aug 2009)
New Revision: 5580

Modified:
   jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh
Log:
tomcat driver script: added properties to jbpm install build

Modified: jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh	2009-08-28 13:43:10 UTC (rev 5579)
+++ jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh	2009-08-28 13:57:09 UTC (rev 5580)
@@ -7,7 +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 reinstall.jbpm
 ant -f qa/build.xml $ANT_PROPERTIES testsuite.tomcat.setup
 
 cd modules/test-cactus



More information about the jbpm-commits mailing list