Sunday, November 11, 2007

DRools dependency




COMPILER - rule assembly time
Rule compiler takes rules in some textual format and prepares binary Packages of
rules for deployment. This depends on the CORE RUNTIME.

* drools-core
* drools-compiler - the rule compiler itself.
* antlr3-runtime-3.0
* xerces-2.4.0, xml-apis-1.0.b2 - only if you are using XML rules, if DRL
only, can skip this.
* eclipse-jdt-core-3.2.3.v_686_R32x - only if you want to compile with
eclipse
* janino-2.5.7 - only if you want to compile with janino