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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Aug 28 13:02:53 EDT 2009


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

Modified:
   jbpm4/trunk/modules/test-cactus/pom.xml
   jbpm4/trunk/qa/hudson-jbpm4-tomcat.bat
Log:
added removal of the generated AllIntegrationTests.java source file after the cactus test have run

Modified: jbpm4/trunk/modules/test-cactus/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-cactus/pom.xml	2009-08-28 14:17:56 UTC (rev 5581)
+++ jbpm4/trunk/modules/test-cactus/pom.xml	2009-08-28 17:02:53 UTC (rev 5582)
@@ -186,6 +186,18 @@
 		              </tasks>
 		            </configuration>
 		          </execution>
+              <execution>
+                <id>remove-generated-cactus-test</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>run</goal>
+                </goals>
+                <configuration>
+                  <tasks>
+                    <delete file="src/test/java/org/jbpm/test/AllIntegrationTests.java" />
+                  </tasks>
+                </configuration>
+              </execution>
 		        </executions>
 		      </plugin>         
 		      <plugin>

Modified: jbpm4/trunk/qa/hudson-jbpm4-tomcat.bat
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-tomcat.bat	2009-08-28 14:17:56 UTC (rev 5581)
+++ jbpm4/trunk/qa/hudson-jbpm4-tomcat.bat	2009-08-28 17:02:53 UTC (rev 5582)
@@ -5,7 +5,7 @@
 cmd /C ant -f qa/build.xml testsuite.tomcat.setup
 
 cd modules\test-cactus
-cmd /C mvn -Pruntest test
+cmd /C mvn -Pruntest package
 cd ..\..
 
 cmd /C ant -f qa/build.xml testsuite.tomcat.teardown



More information about the jbpm-commits mailing list