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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jul 2 18:39:17 EDT 2010


Author: alex.guizar at jboss.com
Date: 2010-07-02 18:39:17 -0400 (Fri, 02 Jul 2010)
New Revision: 6450

Modified:
   jbpm4/trunk/qa/build.xml
   jbpm4/trunk/qa/hudson-jbpm4-parsers.sh
Log:
JBPM-2893: revive hudson tomcat job

Modified: jbpm4/trunk/qa/build.xml
===================================================================
--- jbpm4/trunk/qa/build.xml	2010-07-02 08:05:29 UTC (rev 6449)
+++ jbpm4/trunk/qa/build.xml	2010-07-02 22:39:17 UTC (rev 6450)
@@ -21,7 +21,7 @@
   <property name="jboss.server.config.dir"
             value="${jboss.home}/server/${jboss.server.configuration}" />
 
-  <property name="tomcat.version" value="6.0.20" />
+  <property name="tomcat.version" value="6.0.26" />
   <property name="tomcat.parent.dir" value="${jbpm.home}" />
   <property name="tomcat.home" value="${tomcat.parent.dir}/apache-tomcat-${tomcat.version}" />
 
@@ -80,6 +80,14 @@
       <fileset dir="cactus.webapp.cfg" />
     </copy>
 
+    <!-- customize the jbpm configuration for the testsuite -->
+    <copy todir="${tomcat.home}/webapps/jbpm-test-webapp/WEB-INF/classes" overwrite="true">
+      <fileset dir="jboss.jbpm.cfg" excludes="jbpm.cfg.xml" />
+      <filterset>
+        <filter token="bind.address" value="${bind.address}" />
+      </filterset>
+    </copy>
+
     <!-- add examples.jar  -->
     <ant antfile="${jbpm.home}/examples/build.xml" target="examples.jar" />
     <copy file="${jbpm.home}/examples/target/examples.jar"

Modified: jbpm4/trunk/qa/hudson-jbpm4-parsers.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-parsers.sh	2010-07-02 08:05:29 UTC (rev 6449)
+++ jbpm4/trunk/qa/hudson-jbpm4-parsers.sh	2010-07-02 22:39:17 UTC (rev 6450)
@@ -2,4 +2,4 @@
 #
 # runs the jpdl parser backwards compatibility tests
 
-mvn -U -Djpdlparser=$JPDL_VERSION clean install
+mvn -U -Djpdlparser=$JPDL_VERSION -Dmaven.test.failure.ignore=true clean install



More information about the jbpm-commits mailing list