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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Aug 20 10:10:21 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-08-20 10:10:20 -0400 (Thu, 20 Aug 2009)
New Revision: 5498

Modified:
   jbpm4/trunk/modules/examples/pom.xml
Log:
added failonerror so that build continues if user.home/.jbpm4/jdbc is not available

Modified: jbpm4/trunk/modules/examples/pom.xml
===================================================================
--- jbpm4/trunk/modules/examples/pom.xml	2009-08-20 09:18:49 UTC (rev 5497)
+++ jbpm4/trunk/modules/examples/pom.xml	2009-08-20 14:10:20 UTC (rev 5498)
@@ -147,7 +147,7 @@
                     <copy todir="target/jdbc.properties" overwrite="true">
                       <fileset dir="../../qa/jdbc" />
                     </copy>
-                    <copy todir="target/jdbc.properties" overwrite="true">
+                    <copy todir="target/jdbc.properties" overwrite="true" failonerror="false">
                       <fileset dir="${user.home}/.jbpm4/jdbc" />
                     </copy>
                     <ant antfile="../distro/src/main/files/install/build.xml" target="create.cfg">



More information about the jbpm-commits mailing list