0 Replies Latest reply on Jun 7, 2007 1:10 PM by gogoasa

    microscopic patch

    gogoasa

      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.