Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2011-02-09 | 1.4 kB | |
RuleBuilder.zip | 2011-02-09 | 44.6 MB | |
LICENSE | 2010-04-29 | 35.1 kB | |
Totals: 3 Items | 44.7 MB | 0 |
README ====== Library requirements (should go under lib/) ------------------------------------------- * antlr-3.2.jar * commons-logging-1.0.4.jar * commons-logging-1.1.1.jar * drools-api-5.0.1.jar * drools-compiler-5.0.1.jar * drools-core-5.0.1.jar * icu4j_3_4.jar * iri.jar * javolution.jar * jaxb-api.jar * jaxb-impl.jar * jaxb-xjc.jar * jaxb1-impl.jar * jaxrpc.jar * jena.jar * jparsec-2.0.jar * json.jar * log4j-1.2.8.jar * mvel2-2.0.13.jar * org.eclipse.jdt.core_3.5.1.v_972_R35x.jar * orphanNodesAlg.jar * owlsyntax.jar * protege-owl.jar * protege.jar * stringtemplate.jar * xercesImpl.jar * xpp3_min-1.1.4c.jar * xstream-1.3.1.jar The required directory structure to compile RuleBuilder follows: / |- Ontology/DnOntology.owl The ontology configuration |- RuleBuilder/ |- RuleEngineWeb/ You should have already compiled RuleEngineWeb. Calling ``ant clean all'' on this directory should: 1) compile the programs that transform owl to configuration. 2) run those programs to generate the configuration. 3) On completion of the generation, the configuration files are automatically copied: * generated/language-configuration.xml to RuleEngineWeb/WebContent/conf * generated/solutions.jar to RuleEngineWeb/WebContent/WEB-INF/lib * generated/rules.lib to RuleEngineWeb/WebContent/conf This generation of the configuration files should take awhile.