Shawn Hoover <shawn.hoo...@gmail.com> writes:

Hi Shawn,

>>   user> (require 'examples.introduction)
>>
>> I get this exception:
>>
>> ,----
>> | java.io.FileNotFoundException: Could not locate \
>> |      examples/introduction__init.class or \
>> |      examples/introduction.clj on classpath:  (NO_SOURCE_FILE:0)
>> |   [Thrown class clojure.lang.Compiler$CompilerException]
>> `----
>>
>> When I use the repl.sh script that comes with the examples and start
>> it from /home/horn/repos/programming-clojure/ it works (. is in the
>> -cp argument), but I guess that's exactly what those extra classpaths
>> of clojure-swank are meant for.
>>
>> Is this a bug in swank-clojure?  (And if so, is that the right place
>> to ask for help with clojure tool support anyway?)
>
> I was able to reproduce this on my Windows box when I tried hacking in
> an extra classpath to an already-running emacs that had already
> started slime.  It turns out the extra classpaths are only checked
> when swank is first loaded and then the value is cached; I had to
> manually clear slime-lisp-implementations or restart emacs to fix it.
>
> Are you still having this problem?

Yes, for me having directories in `swank-clojure-extra-classpaths'
doesn't work at all.  Everything except jar files are discarded.  So
that's the general problem for me, the examples are one specific case
which bites me.

Bye,
Tassilo

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