1 2 3 Previous Next 31 Replies Latest reply on Aug 10, 2006 11:20 AM by falazar

    JPDL Eclipse Graphical Editor - problem building.

      I have downloaded the newest cvs for the jbpm and am trying to compile the designer module, but am getting some errors:

      for
      ant all:
      [get] Can't get http://repository.jboss.com/jbpm/jpdl/3.2.Alpha1-SNAPSHOT/lib/jbpm-jpdl-userguide.zip to /home/falazar/jbpm/repository/jbpm/jpdl/3.2.Alpha1-SNAPSHOT/lib/jbpm-jpdl-userguide.zip

      I went to the url, and most of the parent urls, and they are all 404 error pages.

      and for ant build-site
      BUILD FAILED
      /home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/build.xml:176: /home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/target/projects/org.jbpm.gd.jpdl.site not found.

      The directory after target only includes target/site
      What is supposed to create the directory line.

      James Ratcliff

        • 1. Re: JPDL Eclipse Graphical Editor - problem building.
          koen.aers

          James,

          I am currently working on this build system. To make it work you will need to build the jbpm.3 project first. This build will publish the file needed by the gpd build in your local repository.

          Regards,
          Koen

          • 2. Re: JPDL Eclipse Graphical Editor - problem building.

            Hmm ok, it made it further this time

            checkout.projects:
            [mkdir] Created dir: /home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/target/projects/docs
            [cvs] Using cvs passfile: /home/falazar/.cvspass
            [cvs] cvs [checkout aborted]: absolute pathname `/home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/target/projects/docs' illegal for server
            [mkdir] Created dir: /home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/target/projects/org.jbpm.gd.jpdl.site
            [cvs] Using cvs passfile: /home/falazar/.cvspass
            [cvs] cvs [checkout aborted]: absolute pathname `/home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/target/projects/org.jbpm.gd.jpdl.site' illegal for server
            [mkdir] Created dir: /home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/target/projects/build
            [cvs] Using cvs passfile: /home/falazar/.cvspass
            [cvs] cvs [checkout aborted]: absolute pathname `/home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/target/projects/build' illegal for server

            BUILD FAILED
            /home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/build.xml:32: The following error occurred while executing this line:
            /home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/build.xml:143: Basedir /home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/target/projects/docs/gpd.userguide does not exist

            Something with the CVS copying over?

            James

            • 3. Re: JPDL Eclipse Graphical Editor - problem building.

              In the CVS section there it says checkout aborted, that doesnt mean I have to have a password to get some of those files or anything does it?

              I got the anonymous CVS first, but does it require instead for me to register, and get some files it is missing?

              James Ratcliff

              • 4. Re: JPDL Eclipse Graphical Editor - problem building.
                kukeltje

                I got that to. Has to do with some docbook thing... just comment out the last line in the generic build target (it's line 32 afaik)

                • 5. Re: JPDL Eclipse Graphical Editor - problem building.

                  Hmm, that seems ok now, but there's just a whole nother set of errors.

                  It was looking for the mainTargets.xml in a directory where it didnt exist, so I copied it over, and got these errors:

                  checkout.projects:
                  [cvs] Using cvs passfile: /home/falazar/.cvspass
                  [cvs] cvs [checkout aborted]: absolute pathname `/home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/target/projects/docs' illegal for server
                  [cvs] Using cvs passfile: /home/falazar/.cvspass
                  [cvs] cvs [checkout aborted]: absolute pathname `/home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/target/projects/org.jbpm.gd.jpdl.site' illegal for server
                  [cvs] Using cvs passfile: /home/falazar/.cvspass
                  [cvs] cvs [checkout aborted]: absolute pathname `/home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/target/projects/build' illegal for server

                  install.eclipse:
                  [unzip] Expanding: /home/falazar/jbpm/repository/eclipse/sdk/3.2/eclipse-SDK-3.2-win32.zip into /home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/target
                  [unzip] Expanding: /home/falazar/jbpm/repository/eclipse/webtools/1.5/wtp-sdk-R-1.5.0-200606281455.zip into /home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/target
                  [unzip] Expanding: /home/falazar/jbpm/repository/eclipse/emf-sdo-xsd/2.2.0/emf-sdo-xsd-SDK-2.2.0.zip into /home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/target
                  [unzip] Expanding: /home/falazar/jbpm/repository/eclipse/gef/3.2/GEF-SDK-3.2.zip into /home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/target
                  [unzip] Expanding: /home/falazar/jbpm/repository/eclipse/jem/1.2/JEM-SDK-1.2.zip into /home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/target

                  run-eclipse-plugin-builder:
                  [java] Buildfile: mainTargets.xml

                  [java] main:

                  [java] preBuild:

                  [java] BUILD FAILED
                  [java] /home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/target/projects/build/mainTargets.xml:21: The following error occurred while executing this line:
                  [java] /home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/target/projects/build/mainTargets.xml:36: The following error occurred while executing this line:
                  [java] java.io.FileNotFoundException: /home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/target/projects/build/customTargets.xml (No such file or directory)

                  [java] Total time: 3 seconds
                  [java] Java Result: 13

                  move-feature:

                  BUILD FAILED
                  /home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/build.xml:34: The following error occurred while executing this line:
                  /home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/build.xml:171: Warning: Could not find file /home/falazar/jbpm/CVS.jbpm.3/designer/jpdl/target/workspace/S.3.0.11-SNAPSHOT/org.jbpm.gd.jpdl.feature-3.0.11-SNAPSHOT.zip to copy.

                  • 6. Re: JPDL Eclipse Graphical Editor - problem building.
                    kukeltje

                    hmmm... I do not get these.... Let me check with a fresh checkout

                    • 7. Re: JPDL Eclipse Graphical Editor - problem building.
                      kukeltje

                      Sorry, did not see it was about building the GPD. I never did that.... I'll try to give it a go though... There is no need btw to build the gpd for using jbpm 3.2.

                      • 8. Re: JPDL Eclipse Graphical Editor - problem building.

                        Yeah I just wanna make sure we can get that built so we can modify it some as well.

                        • 9. Re: JPDL Eclipse Graphical Editor - problem building.
                          koen.aers

                          Be patient guys... As I said, I am working on it...

                          Regards,
                          Koen

                          • 10. Re: JPDL Eclipse Graphical Editor - problem building.
                            kukeltje

                            Koen, this is not about using the gpd for jBPM 3.2 it is for building the gpd itself.... Or did you mean the gpd cannot be build against the current cvs jbpm tree? Then I'll hold back to.

                            • 11. Re: JPDL Eclipse Graphical Editor - problem building.
                              koen.aers

                              Exactly, this is what I mean...

                              • 12. Re: JPDL Eclipse Graphical Editor - problem building.
                                koen.aers

                                An update on this...

                                I have reorganised the build for the GPD. There will be some more changes in the near future without doubt, but for now the situation is as follows:

                                - check out the entire jbpm.3 module and invoke the build target on the build.xml file of the first level build project. This will build all the jbpm artifacts, including the GPD
                                - check out the first level build project of the jbpm.3 module AND the org.jbpm.gd.jpdl.build project that you find in the jbpm.3/designer/jpdl module. Invoking the all target on the build.xml file of this project will produce the GPD artifacts, but only if the userguide archive (which is a zip file) of the matching jbpm version is in your local repository. This userguide archive is produced by invoking the build on the appropriate project. If you don't check out the org.jbpm.gd.jpdl.docs and org.jbpm.gd.jpdl.site projects in your workspace along with the org.jbpm.gd.jpdl.build project, they will be checked out automatically, otherwise the projects of your workspace will be used.

                                Some enhancements for the future: The GPD build checks out the feature project and all the plugin projects automatically (because the Eclipse PDE build does so by default). We would like these plugins and feature not to be checked out if they are in the current workspace. This is an area that is still under development.

                                One final note: if you need to build the GPD, remember that this involves an Eclipse PDE build with all its requirements. The most important requirements of this are the right CVS client and the right Zip/Unzip software on your system path. More info on this is found on the Eclipse website.

                                Regards,
                                Koen

                                • 13. Re: JPDL Eclipse Graphical Editor - problem building.
                                  kukeltje

                                  Koen,

                                  If I do step one, I get errors as reported in http://jira.jboss.org/jira/browse/JBPM-699

                                  Besides that , I do not get step 2. It tells me to check out something I already have (the first level build project of the jbpm.3 module)

                                  Third issue is that I indeed have trouble getting to grips with the userguide/docbook-support thing. So I commented it out.

                                  Maybe I should do a checkout of the repository again. I'll try that and get back her with the results

                                  • 14. Re: JPDL Eclipse Graphical Editor - problem building.
                                    koen.aers

                                    There was an either .... either ... that I deleted while editing this post yesterday. I was probably already half asleep. So it is not step one and step two, it is either you do the first, either the last.

                                    What I also forgot to mention again was to make sure you do the get.dependencies target and the get.docbook.support targets in the build.xml file of the first level build project of the jbpm.3 module.

                                    Let me know if this works,
                                    Koen

                                    1 2 3 Previous Next