Paul  Mooser <taron...@gmail.com> writes:

> 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.

Actually, swank-clojure doesn't need to use add-classpath; it should be
able to set it at launch time. I've changed it to do so, and it works
great with Clojure 1.0:

  http://github.com/technomancy/swank-clojure

I've submitted the patch upstream, but it hasn't been merged yet.

-Phil

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to