[jboss-svn-commits] JBL Code SVN: r15191 - labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Sep 18 00:46:29 EDT 2007


Author: michael.neale at jboss.com
Date: 2007-09-18 00:46:29 -0400 (Tue, 18 Sep 2007)
New Revision: 15191

Modified:
   labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-UserGuide.xml
Log:
small correction

Modified: labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-UserGuide.xml
===================================================================
--- labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-UserGuide.xml	2007-09-18 04:37:42 UTC (rev 15190)
+++ labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-UserGuide.xml	2007-09-18 04:46:29 UTC (rev 15191)
@@ -1090,10 +1090,13 @@
       <para>The rule agent is a component which is embedded in the core
       runtime of the rules engine. To use this, you don't need any extra
       components. In fact, if you are using the BRMS, your application should
-      only need to include the drools-core.jar in its classpath, and no other
+      only need to include the drools-core dependencies in its classpath (drools and mvel jars only), and no other
       rules specific dependencies.</para>
+      <para>
+	Note that there is also a drools-ant ant task, so you can build rules as part of an ant script (for example in cases where the rules are edited in the IDE) without using the BRMS at all - the drools-ant task will generate .pkg files the same as the BRMS.
+      </para>
 
-      <para>Once you have "built" your rules in a package in the BRMS, you are
+      <para>Once you have "built" your rules in a package in the BRMS (or from the ant task), you are
       ready to use the agent in your target application.</para>
 
       <para>To use the rule agent, you will use a call in your applications




More information about the jboss-svn-commits mailing list