[jbpm-commits] JBoss JBPM SVN: r5577 - in jbpm4/trunk: qa and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Aug 28 08:50:54 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-08-28 08:50:53 -0400 (Fri, 28 Aug 2009)
New Revision: 5577

Modified:
   jbpm4/trunk/modules/integration/tomcat/
   jbpm4/trunk/qa/hudson-jbpm4-tomcat.bat
Log:
tomcat fixes


Property changes on: jbpm4/trunk/modules/integration/tomcat
___________________________________________________________________
Name: svn:ignore
   + target


Modified: jbpm4/trunk/qa/hudson-jbpm4-tomcat.bat
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-tomcat.bat	2009-08-28 12:44:48 UTC (rev 5576)
+++ jbpm4/trunk/qa/hudson-jbpm4-tomcat.bat	2009-08-28 12:50:53 UTC (rev 5577)
@@ -1,12 +1,13 @@
 set MAVEN_OPTS=-Xms1024M -Xmx1024M
 
 cmd /C mvn -U -Pdistro,integration clean install
-cmd /C ant -f qa/build.xml tomcat.integration.testsuite.setup
+cmd /C ant -f qa/build.xml reinstall.jbpm
+cmd /C ant -f qa/build.xml testsuite.tomcat.setup
 
 cd modules\test-cactus
 cmd /C mvn -Pruntest test
 cd ..\..
 
-cmd /C ant -f qa/build.xml tomcat.integration.testsuite.teardown
+cmd /C ant -f qa/build.xml testsuite.tomcat.teardown
 
 echo 



More information about the jbpm-commits mailing list