Previously, I could run clojure with:

java -cp clojure.jar clojure.lang.Repl

After building clojure.jar from a more recent SVN version (1092) that
includes AOT and generated classes, it looks like I have to now
include the generated classes in the classpath (running from trunk
directory):

java -cp clojure.jar:gen clojure.lang.Repl

...and that only works on the second attempt, after the files in the
gen directory have been created.

Shouldn't the build.xml file be modified to include these gen files in
clojure.jar?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to