Hi,
I tried to separate my rules into different files and load them into Rete as needed by using Jesp,


new Jesp(inputStream, rete).parse(false);

and in my rule file i define a singel rule,

(module TEST)
(defrule test-rule
  =>
  printout t "rule in TEST module fired" crlf)

After reading in the rules before running, i call the (focus TEST) command,

however when i run rete the above rule is not fired, only the rules in my MAIN modules are fired,

can anyone help?

thanks very much,

Jeffrey Hau

--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------



Reply via email to