Search for "" (two double-quotes right next to each other) in the data file; you'll find several instances of this. The data file contains things like this

  (object "foo "A"")

and that's not valid Jess syntax. To include a double quote in a String, you must escape it with a backslash; i.e.,

  (object "foo \"A\"")

that's why running your batch file aborts with an error. You should probably report this to the author of the code generator you are using.


On Mar 23, 2009, at 7:21 AM, hed23 wrote:

hi >I don't find solution to my probleme, so i think if i redescribe it u can help me : >1-i work to transform an ontologie from (owl file) to jess (clp file) with owl2jess (XSLT). >2-the result file turbine-saved11 which is loaded to jess by (batch) command:but it taked >1042 facts only from a clp file; and write me this message : ,Turbine-saved11.zip; >realy i don't understand that,if u have any idées help me pleaze ? tks. View this message in context: Re: JESS: MAX of fact to load from clp file ?
Sent from the Jess mailing list archive at Nabble.com.

---------------------------------------------------------
Ernest Friedman-Hill
Informatics & Decision Sciences          Phone: (925) 294-2154
Sandia National Labs
PO Box 969, MS 9012                            [email protected]
Livermore, CA 94550                             http://www.jessrules.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