[rules-users] Pre Compiling

2007-04-23 Thread Márcio Moraes
Hi all, I've just discovered production machine does not have a compiler, so i thought pre-compiling my rules. How can i do that? Is there some ant task? Thanks, Márcio Moraes ___ rules-users mailing list rules-users@lists.jboss.org

Re: [rules-users] Pre Compiling

2007-04-23 Thread Mark Proctor
just create a package or a rulebsae and serialise it somewhere. RuleBase then has a method to create a new working memory from an input stream, i.e. the serialised object. Mark Márcio Moraes wrote: Hi all, I've just discovered production machine does not have a compiler, so i thought