AI think Hue Le wrote: > > Following book instruction, downloaded : JessCode.zip and JessSE.zip > (Jess61p4) > Set it up to run under Tomcat but got this exception below > > "Unimplemented function multislot". Any ideas? > Thanks > Hue
Aaaaaah! There's an extra parenthesis which must have gotten in there during some reformatting. Line 13 in tekmart.clp looks like (multislot name)) but that last close paren is bogus; it should just be (multislot name) The template is correct as given on page 294 in the book. Thanks for the tip; I've sent Manning a patch. --------------------------------------------------------- Ernest Friedman-Hill Distributed Systems Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 PO Box 969, MS 9012 [EMAIL PROTECTED] Livermore, CA 94550 http://herzberg.ca.sandia.gov -------------------------------------------------------------------- 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] --------------------------------------------------------------------
