1 Reply Latest reply on Oct 6, 2006 11:08 AM by tom.baeyens

    Jars for Drool integration examples

    jeffdelong

      In order to run the RulesAssignmentHandler and RulesActionHandler examples that I have created I needed to add the following Drools related jars to the classpath:


      antlr-3.0ea8
      commons-jci-core-1.0-406301
      commons-jci-eclipse-3.2.0.666
      core-3.2.0.666
      drools-compiler-3.0.4
      drools-core-3.0.4
      stringtemplate-2.3b6

      Most of these are required because the rules are compiled at run time. This should be added to JBPM_REPO.

      Jeff

        • 1. Re: Jars for Drool integration examples
          tom.baeyens

          jeff, please make sure that only the local example has a get.dependencies target for these libraries.

          also the local build file (or the local properties file) should have the properties that point to the remote and local repository files. you might do this in the same format as the overall build.

          there are other integrations as well that require many dependent libs (e.g. jackrabbit). i don't want to have to fetch *all* of those dependencies in for the overall build.

          I don't not want those libs in the standard eclipse classpath.

          If you keep to that, you can just commit that.

          is that ok for you ?