Re: [rules-users] Function Compilation Error when using JANINO

2008-07-02 Thread Ming Fang
Janino does not support that style of for loop. --Ming On Jul 2, 2008, at 12:40 PM, "Garde, Varun (Equity Linked Technology)" <[EMAIL PROTECTED]> wrote: Hello, I am trying to use JANINO with drools 4.0.7. In my rule file I have a function definition, which is throwing a compilation error wi

Re: [rules-users] Function Compilation Error when using JANINO

2008-07-02 Thread Mark Proctor
Janino is only JDK1.4 compatible, so I dont think it supports that for loop. Mark Garde, Varun (Equity Linked Technology) wrote: Hello, I am trying to use JANINO with drools 4.0.7. In my rule file I have a function definition, which is throwing a compilation error with JANINO but works perfect

[rules-users] Function Compilation Error when using JANINO

2008-07-02 Thread Garde, Varun (Equity Linked Technology)
Hello, I am trying to use JANINO with drools 4.0.7. In my rule file I have a function definition, which is throwing a compilation error with JANINO but works perfectly with ECLIPSE compiler. The only janino in my classpath is v 2.5.10. Want to make sure I am not doing something stupid here. /* Dr