[rules-users] Way to check rules in .drl without running them?
Mark Proctor
mproctor at codehaus.org
Sat Mar 8 09:05:13 EST 2008
Christie, Blair wrote:
>
>
>
> Is there a way plug-in or a a way to validate the rules in a .drl
> without actually running the rule?
>
Compilation is two stages. The antlr compiler and the packagebuilder.
The antlr compiler just checks for well formed grammar, the
packagebuilder checks that objects and fields exist. Packagebuilder also
handles compilation of evals and consequences, which you can only get
feedback of at compilation time.
>
>
>
>
>
> Cheers,
> Blair
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20080308/32224ff4/attachment.html
More information about the rules-users
mailing list