Hi,
am a new user of jess,

I would like to divide my jess code into templates1 rules1 templates2 rules2
..
I wrote in rules1.clp (require* templates1.clp) templates1.clp is in the
same java package than templates1.clp
I don't know how to use require, and what's the difference between require
and require*
because require is not accepted it's a (not known feature) in jessDE

I get errors especially when writing a rule that uses templates defined from
java classes: 
jessDE displays:
-created implied ordered template at token (template name)
-undefined function or construct (slot name)
-no such variable name (slot name)
-expected a '(' constant or global variable at variable ')' 

when the templates defined from java classes and the rules are in the same
file, I get errors related to unrecognizing the slots 

I don't understand what's wrong with my code
in the clp files I import the package name where the java classes are
defined
besides I succeed to run the pricing example
best
-- 
View this message in context: 
http://www.nabble.com/dependencies-tf2885639.html#a8061779
Sent from the Jess mailing list archive at Nabble.com.

--------------------------------------------------------------------
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