[jbpm-commits] JBoss JBPM SVN: r5242 - jbpm4/trunk/modules/examples.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jul 6 04:53:35 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-07-06 04:53:34 -0400 (Mon, 06 Jul 2009)
New Revision: 5242

Modified:
   jbpm4/trunk/modules/examples/pom.xml
Log:
added -Ddatabase=$DATABASE to the testrun to fix SQLStmtTest

Modified: jbpm4/trunk/modules/examples/pom.xml
===================================================================
--- jbpm4/trunk/modules/examples/pom.xml	2009-07-06 08:36:21 UTC (rev 5241)
+++ jbpm4/trunk/modules/examples/pom.xml	2009-07-06 08:53:34 UTC (rev 5242)
@@ -95,14 +95,15 @@
                 </goals>
                 <configuration>
                   <tasks>
-                    <copy file="../../qa/jdbc/${database}.properties"
-                          tofile="target/test-classes/jdbc.properties" />
-                    <copy file="${user.home}/.jbpm4/jdbc/${database}.properties"
+                    <copy file="../../qa/jdbc/${database}.properties" 
                           tofile="target/test-classes/jdbc.properties"
+                          overwrite="true" />
+                    <copy file="${user.home}/.jbpm4/jdbc/${database}.properties" 
+                          tofile="target/test-classes/jdbc.properties"
                           overwrite="true"
-                          failonerror="true "/>
-                    <copy file="../../modules/distro/src/main/files/db/hibernate.cfg/${database}.hibernate.cfg.xml"
-                          tofile="target/test-classes/jbpm.hibernate.cfg.xml"
+                          failonerror="false"/>
+                    <copy file="../../modules/distro/src/main/files/db/hibernate.cfg/${database}.hibernate.cfg.xml" 
+                          tofile="target/test-classes/jbpm.hibernate.cfg.xml" 
                           overwrite="true">
                       <filterset>
                         <filtersfile file="target/test-classes/jdbc.properties" />




More information about the jbpm-commits mailing list