Re: Swank broken at r1369

2009-05-26 Thread graham
Ah, sorry, I'm using swank-clojure. It was also broken, but now it's working again with the latest clojure svn. I didn't realise there was an alternative! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" gr

Re: Swank broken at r1369

2009-05-25 Thread Baishampayan Ghose
graham wrote: > I had this problem too and solved it by adding the swank path to my > classpath as Paul suggested. Now on r1373 it seems to be working > again as before, so you could try updating to the latest svn. I still get the same error with the latest SVN. But using technomancy's swank-cloj

Re: Swank broken at r1369

2009-05-25 Thread Phil Hagelberg
Paul Mooser 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 c

Re: Swank broken at r1369

2009-05-25 Thread graham
I had this problem too and solved it by adding the swank path to my classpath as Paul suggested. Now on r1373 it seems to be working again as before, so you could try updating to the latest svn. --~--~-~--~~~---~--~~ You received this message because you are subscr

Re: Swank broken at r1369

2009-05-25 Thread Paul Mooser
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 expl

Swank broken at r1369

2009-05-25 Thread Baishampayan Ghose
Hello, I updated clojure and found that Swank somehow broke at r1369. I am getting the following error when I try loading SLIME inside Emacs. user=> user=> java.io.FileNotFoundException: Could not locate swank/swank__init.class or swank/swank.clj on classpath: (NO_SOURCE_FILE:0) user=> user=> j