Author: tom.baeyens(a)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">
Show replies by date