Re: swank-clojure-extra-classpaths troubles

2009-03-17 Thread AndrewC.
> > 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. Yes - here is the form the computes the default calue of slime-cl

Re: swank-clojure-extra-classpaths troubles

2009-03-16 Thread Tassilo Horn
Shawn Hoover writes: > Hmm, that is a new one to me. The only other things I can think of: > >1. Inspect the value of slime-lisp-implementations (C-h v) and make >sure the java command line options look like you expect, including >the classpath directories you added and the path sepa

Re: swank-clojure-extra-classpaths troubles

2009-03-16 Thread Shawn Hoover
On Mon, Mar 16, 2009 at 2:39 PM, Tassilo Horn wrote: > 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, > Tass

Re: swank-clojure-extra-classpaths troubles

2009-03-16 Thread Tassilo Horn
Shawn Hoover 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) >> |

Re: swank-clojure-extra-classpaths troubles

2009-03-16 Thread Shawn Hoover
On Tue, Mar 10, 2009 at 7:21 AM, Tassilo Horn 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_FIL