FYI, cleaning and rebuilding the project solved the problem for me.
So, here are the steps I took, for future reference:
1. Imported the drools-examples project
2. Removed the drools-compiler and drools-core from the project build path
3. Right-clicked the project and selected convert to drools
4.
Thanks for the tip, Mark. I did what you suggested, and got the
necessary libraries added to the project build configuration.
I can run the HelloWorldExample, and there are no compile errors for
any of the .java project files. However, there are still lots of
errors reported for the .drl files. Wh
it seems an incorrect .project was committed, it's easy to fix. Just
remove anything from the project dependencies and then right click and
select "convert to drools"
Should do the job.
Mark
Stephen Schaub wrote:
I am new to Drools.
I downloaded the drools-4.0.7 examples from
http://downloa
I am new to Drools.
I downloaded the drools-4.0.7 examples from
http://download.jboss.org/drools/release/4.0.7.19894.GA/drools-4.0.7-examples.zip
I have Eclipse 3.3 with the GEF dependency, and installed the Drools
plugins. I then imported the drools examples into a clean Eclipse
workspace. I'm