From: <jbo...@li...> - 2006-05-17 22:56:06
|
Author: KrisVerlaenen Date: 2006-05-17 18:56:00 -0400 (Wed, 17 May 2006) New Revision: 4299 Removed: labs/jbossrules/trunk/drools-ide/help/DroolsProject.GIF labs/jbossrules/trunk/drools-ide/help/audit/ labs/jbossrules/trunk/drools-ide/help/debug/ labs/jbossrules/trunk/drools-ide/help/drools.html labs/jbossrules/trunk/drools-ide/help/editor/ labs/jbossrules/trunk/drools-ide/toc.xml Log: generating eclipse help Deleted: labs/jbossrules/trunk/drools-ide/help/DroolsProject.GIF =================================================================== (Binary files differ) Deleted: labs/jbossrules/trunk/drools-ide/help/drools.html =================================================================== --- labs/jbossrules/trunk/drools-ide/help/drools.html 2006-05-17 22:54:30 UTC (rev 4298) +++ labs/jbossrules/trunk/drools-ide/help/drools.html 2006-05-17 22:56:00 UTC (rev 4299) @@ -1,26 +0,0 @@ -<html> - <H1>Drools Plugin</H1> - This is the Drools Plugin. - <P/> - All .drl files in a Drools project are automatically checked for correctness when saved. - <P/> - You can create a new Drools Project by selecting File -> New -> Project ... which pops up a 'New Project'-dialog. Select the New Rule Project item in the JBoss Rules folder and click Next. Fill in a name and click Finish. The new Drools Project should have been created. - <P/> - <IMG src="./DroolsProject.GIF"/> - <P/> - The newly created contains an example rule file (Sample.drl) in the src/rules dir and an example java file (DroolsTest.java) that can be used to execute the rules in a Drools engine in the folder src/java, in the com.sample package. All the others jars that are necessary during execution are also added to the classpath in a custom classpath container called Drools Library [3.0]. - <P/> - You can create a new Drools DRL File by selecting File -> New -> Other ... which pops up a 'New'-dialog. Select the New Rule Resource item in the JBoss Rules folder and click Next. Fill in a name and select the location where the Drools file should be created and click Finish. A new .java.drl file should have been created. This file already contains some xml that should be extended by adding new rulesets, rules, etc. - <P/> - Drools files (ending with .drl) are edited using the <A href="editor/editor.html">Drools Editor</A>. The editor offers some basic syntax colouring, code completion, etc. - <P/> - Drools files can be checked for consistence, and possible errors or warnings are shown in the Problems View. *.drl files in a Drools Project are automatically checked when building the project. This occurs automatically when the Drools file is saved if the project uses automatic building. - <P/> - When debugging an application using a Drools engine, three new views can be used to check the state of the Drools engine itself: the Working Memory View, the Agenda View and the Global Data View. To be able to use these views, create breakpoints in your code invoking the working memory. For example, the line where you call workingMemory.fireAllRules() is a good candidate. If the debugger halts at that joinpoint, you should select the working memory variable in the debug variables view. The following rules can then be used to show the details of the selected working memory: - <UL> - <LI>The <A href="debug/workingMemory.html">Working Memory</A> shows all elements in the working memory of the Drools working memory.</LI> - <LI>The <A href="debug/agenda.html">Agenda View</A> shows all elements on the agenda. For each rule on the agenda, the rule name and bound variables are shown.</LI> - <LI>The <A href="debug/applicationData.html">Global Data View</A> shows all global data currently defined in the Drools working memory.</LI> - </UL> - The <A href="audit/audit.html">Audit view</A> can be used to show audit logs that contain events that were logged during the execution of a rules engine in a tree view. -</html> \ No newline at end of file Deleted: labs/jbossrules/trunk/drools-ide/toc.xml =================================================================== --- labs/jbossrules/trunk/drools-ide/toc.xml 2006-05-17 22:54:30 UTC (rev 4298) +++ labs/jbossrules/trunk/drools-ide/toc.xml 2006-05-17 22:56:00 UTC (rev 4299) @@ -1,7 +0,0 @@ -<toc label="JBoss Rules Help" topic="help/drools.html"> - <topic label="Editor" href="help/editor/editor.html" /> - <topic label="Debugging" href="help/debug/debug.html"> - <link toc="help/debug/debug.toc" /> - </topic> - <topic label="Audit" href="help/audit/audit.html" /> -</toc> \ No newline at end of file |