I think Mitch Christensen wrote: > I downloaded 7.0a1 over the weekend and played with it a bit. As a > result, I've got a question regarding code organization. >
Hi Mitch, Have a look at the (very minimal) documentation for JessDE, chapter 4 of the new Jess manual. The last paragraph of this chapter says: One feature bears explaining: sometimes one clp file depends on code in some other clp file having been read first; for example, rules.clp might need the definitions in templates.clp. Without these definitions, rules.clp will appear to have syntax errors. To deal with this, JessDE provides a "source dependencies" property for each clp file. To set the value of this property, right-click on a file in the Package Explorer or Navigator view, and choose "Source Dependencies" in the left column. Enter a comma-separated list of filenames in the text field. Suggestions for making this more intuitive are appreciated. The UI itself could be better, of course -- there could be a file picker instead of a text field. Right now the JessDE is using file-oriented model of the code; in the final release the model will be more program-oriented, so it may be possible that JessDE could figure these depenendencies out on its own. --------------------------------------------------------- Ernest Friedman-Hill Advanced Software 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] --------------------------------------------------------------------