I've been using clojure for a while at this point, and the approach I've settled on launches clojure using -cp clojure.jar, and then my user.clj file contains code that loads a bunch of thing into my classpath.
After updating to r1369, which made some changes to classloaders that I don't claim to understand, this approach does not seem to work anymore, and even from a simple repl I'm not able to use add-classpath to any noticeable effect. Is this a bug, or is there some other way to use add-classpath in order to achieve the result I want ? Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---