[rules-users] DRL.g

2012-11-11 Thread co...@gmx.ch
Hi I'm looking for the ANTLR grammar of Drools. The grammar files I find are in drools-compiler (https://github.com/droolsjbpm/drools/tree/master/drools-compiler/src/main/resources/org/drools/lang), but there is only the expressions grammar, not the full grammar (from some Google / forum searches,

Re: [rules-users] Eclipse Debugging Drl file

2012-11-04 Thread co...@gmx.ch
debugging works if I set the dialect to MVEL. Debugging Java consequences still does not work. -- View this message in context: http://drools.46999.n3.nabble.com/Eclipse-Debugging-Drl-file-tp3870257p4020688.html Sent from the Drools: User forum mailing list archive at Nabble.com. __

Re: [rules-users] Eclipse Debugging Drl file

2012-11-04 Thread co...@gmx.ch
Same problem here. Debugging DRL files does not work. It did work some time ago (1-2 years ago, older plug-in versions, older eclipse). Eclipse 4.2.0 (Juno) + JBoss Drools Core 5.4.0.Final. Regards, Simon -- View this message in context: http://drools.46999.n3.nabble.com/Eclipse-Debugging-Drl

[rules-users] DRL Editor Code Completion

2012-11-03 Thread co...@gmx.ch
Hi Code completion in the consequence part of a rule in the DRL editor does not work at all (using the new Drools Project Wizard). No bound variables from the consequence are shown and if I type the variable, not methods of that object are shown either. The only options available are: - insert -