1 Reply Latest reply on Sep 27, 2006 9:21 PM by aguizar

    bpel build script updates

    tom.baeyens

      i going to check in the updates that i made to the bpel service build script.

      the only thing that i wanted to do was change the packages that are build elsewhere and assembled are referenced locally, not through the repository.

      the idea is that the default properties reference dependencies locally and that through the properties we can configure dependencies to be fetched from the local repository.

      alex, can you check if your build still works ? can you also have a look at how i did it for jpdl (you can see it in your build file). and let me know what you think.

        • 1. Re: bpel build script updates
          aguizar

          It still works.

          While I checked, I noticed the library build does not work outside Eclipse because my external dependencies are not in the compile path.

          I added commons-lang, jboss-jaxrpc, jboss-saaj and wsdl4j. I also updated jaxen to beta10 as the current beta6 causes my tests to fail and missing bpel artifact references.

          Finally, I changed the console and service builds to use project-local artifacts.

          Tom, let me know if the dependency updates cause your builds to fail.