[jboss-user] [JBoss jBPM] - microscopic patch

gogoasa do-not-reply at jboss.com
Thu Jun 7 13:10:15 EDT 2007


For people that have the local jbpm repository set to a different location from the default, the ant build of the jpdl examples does not work.

So, on the current CVS head of jbpm.3 :

jbpm.3/jpdl/examples/example.base.build.xml :


  | Index: example.base.build.xml
  | ===================================================================
  | RCS file: /cvsroot/jbpm/jbpm.3/jpdl/examples/example.base.build.xml,v
  | retrieving revision 1.5
  | diff -u -3 -p -r1.5 example.base.build.xml
  | --- example.base.build.xml      17 Jan 2007 15:10:49 -0000      1.5
  | +++ example.base.build.xml      7 Jun 2007 17:07:33 -0000
  | @@ -1,5 +1,6 @@
  |  <project name="jbpm.jpdl.example.base" basedir="." default="test">
  | 
  | +  <property file="${user.home}/jbpm/build.properties" />
  |    <property file="../../../build/build.properties" />
  |    <path id="classpath">
  |      <fileset dir="${local.repository}">
  | 
  | 
Regards,
Adrian.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052240#4052240

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052240



More information about the jboss-user mailing list