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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Aug 24 10:45:25 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-08-24 10:45:25 -0400 (Mon, 24 Aug 2009)
New Revision: 5519

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

Modified: jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh	2009-08-24 13:31:25 UTC (rev 5518)
+++ jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh	2009-08-24 14:45:25 UTC (rev 5519)
@@ -4,11 +4,13 @@
 
 MAVEN_OPTS="-Xms1024M -Xmx1024M"
 
+ANT_PROPERTIES="-Djbpm.parent.dir=$WORKSPACE -Djboss.distro.dir=$SOURCE_REPO/jboss -Dtomcat.distro.dir=$SOURCE_REPO/tomcat" 
+
 mvn -U -Pdistro,integration clean install
-ant -f qa/build.xml tomcat.integration.testsuite.setup
+ant -f qa/build.xml $ANT_PROPERTIES tomcat.integration.testsuite.setup
 
 cd modules\test-cactus
 mvn -Pruntest test
 cd ..\..
 
-ant -f qa/build.xml tomcat.integration.testsuite.teardown
+ant -f qa/build.xml $ANT_PROPERTIES tomcat.integration.testsuite.teardown



More information about the jbpm-commits mailing list