2 Replies Latest reply on Feb 2, 2007 8:55 AM by stelecta

    Problem with building jbpm 3.2 from HEAD using eclipse

    stelecta

      I'm trying to build jbpm from cvs HEAD and after successfully navigating around different problems i can't resolve the following. The build stops after 10 mins and displays this error message:

      BUILD FAILED
      /Users/stefano/workspace2/jbpm.3/build/build.xml:55: The following error occurred while executing this line:
      java.io.FileNotFoundException: /Users/stefano/workspace2/jbpm.3/jboss/db/build.xml (No such file or directory)


      I cant find this file, neither on my local drive nor in the cvs. I already set the JBPM_REPO and manualy updated the antlr library path. i'm working on os x 10.4 with eclipse 3.2.1

      Any help or hint would be appreciated.

        • 1. Re: Problem with building jbpm 3.2 from HEAD using eclipse
          koen.aers

          You are right, this line is not there. Either comment it out, or run the package target in jbpm3/jpdl/dist/build.xml

          Regards,
          Koen

          • 2. Re: Problem with building jbpm 3.2 from HEAD using eclipse
            stelecta

            thank you, it seems to work now and i managed to build the console.

            with the main build now there is a docbook-suppport error. i've read somewhere on the forum, that it will be resolved by checking out some docbook-support from jboos cvs? could you tell me where i have to look for this using eclipse?

            also, excuse me if this mights be a trivial question for you, but what is exactly build with this main-build file? is it the suite?

            thank you so much, you're doing an excellent job with the jbpm package!