Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-1010

jpdl/examples/build.xml not recognizing user properties

XMLWordPrintable

    • Icon: Patch Patch
    • Resolution: Done
    • Icon: Major Major
    • jBPM 3.2.2
    • jBPM 3.2.0
    • None
    • None

      If the build machine is using a different directory specified in ${user.home}/jbpm/build.properties, the build fails when trying to build the examples. It complains about not being able to find ${user.home}/jbpm/repository.

      Patch is:

          1. Eclipse Workspace Patch 1.0
            #P jbpm.3
            Index: jpdl/examples/example.base.build.xml
            ===================================================================
            RCS file: /cvsroot/jbpm/jbpm.3/jpdl/examples/example.base.build.xml,v
            retrieving revision 1.5
            diff -u -r1.5 example.base.build.xml
          • jpdl/examples/example.base.build.xml 17 Jan 2007 15:10:49 -0000 1.5
            +++ jpdl/examples/example.base.build.xml 5 Jul 2007 19:17:44 -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}">

            tom.baeyens Tom Baeyens (Inactive)
            gfreemankc_jira Gregg Freeman (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: