To facilitate re-using some Cool Stuff (tm) between the web and the IDE - I have moved common classes into drools-compiler (about 2 dozen and change). They are all in the org.drools.brms package in drools-compiler (and unit tests to match) in case we want to move them again.
<br><br>I also change drools-jbrms to, obviously, remove the stuff that is now in compiler. I also had to do a few tricks for the GWT launcher and compiler, so it knows where to find source that the GUI needs, but thats all good.
<br><br>So, you WILL need to:<br><br>cd drools-compiler <br>mvn install <br>(to update the deps that jbrms needs)<br><br>cd drools-jbrms<br>mvn package<br><br>Any problems, hassle me.<br><br>