I believe you're running into the fact that add-classpath doesn't work in the same way that it used to since r1369. Basically, the swank paths are failing to be added to your classpath at runtime - you can get around this either by reverting to an older version of clojure, OR you can pass an explicit classpath including the swank path(s) when you launch clojure in the first place.
I posted about this previously, and I'm hoping the behavior of add- classpath will either be restored or clarified in the future. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
