Hi Emeka, Sorry for the slow response. I don't get that message with the latest clojure, clojure-contrib, and clj-record. (load-file just returns nil.)
What version of clojure are you running? Do you have the base directory of clj-record on your classpath? Also, that file just contains the library, so you probably want to require it rather than load-file. Or if you want to run the tests, (load-file "clj_record/test/main.clj") On Thu, Jan 8, 2009 at 7:01 AM, Emeka <[email protected]> wrote: > > user=> (load-file "clj_record/core.clj") > I got clj_record/util not in system path. Why is it so? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
