On Tue, Mar 10, 2009 at 7:21 AM, Tassilo Horn <tass...@member.fsf.org>wrote:
> 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?) > > Bye and thanks for any pointers, > Tassilo > Tassilo, 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? Shawn --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---