Re: Loading a self-defined lib

2009-03-15 Thread Tassilo Horn
stephaner writes: Hi Stephane, > Did you include your jar name into you classpath on your REPL starting > script? Yeah, but it seems the jar's content were broken somehow and I didn't recreate it... Bye, Tassilo --~--~-~--~~~---~--~~ You received this message

Re: Loading a self-defined lib

2009-03-15 Thread Tassilo Horn
"Stephen C. Gilardi" writes: Hi Stephen, > I don't see anything to cause that failure in what you posted. Using lists in :only part of the used libs instead of vectors made it work. (This is at the SLIME REPL.) > Could there be another ".clj" file in classpath with the classpath- > relative

Re: Loading a self-defined lib

2009-03-15 Thread Tassilo Horn
Meikel Brandmeyer writes: Hi Meikel, >> --8<---cut here---start->8--- >> (ns de.tsdh.math.primes >> (:use [clojure.contrib [math :only [expt]] [test-is :only [deftest is]]])) >> --8<---cut here---end--->8--- > > The obviou

Re: Loading a self-defined lib

2009-03-15 Thread stephaner
Hi Tassilo, Did you include your jar name into you classpath on your REPL starting script? Stephane On Mar 15, 11:53 am, Tassilo Horn wrote: > Hi, > > when I write a lib with this header > > --8<---cut here---start->8--- > (ns de.tsdh.math.primes >   (:use [

Re: Loading a self-defined lib

2009-03-15 Thread Stephen C. Gilardi
On Mar 15, 2009, at 11:53 AM, Tassilo Horn wrote: Hi, when I write a lib with this header --8<---cut here---start->8--- (ns de.tsdh.math.primes (:use [clojure.contrib [math :only [expt]] [test-is :only [deftest is]]])) --8<---cut here---

Re: Loading a self-defined lib

2009-03-15 Thread Meikel Brandmeyer
Hi, Am 15.03.2009 um 16:53 schrieb Tassilo Horn: --8<---cut here---start->8--- (ns de.tsdh.math.primes (:use [clojure.contrib [math :only [expt]] [test-is :only [deftest is]]])) --8<---cut here---end--->8--- The obvio

Loading a self-defined lib

2009-03-15 Thread Tassilo Horn
Hi, when I write a lib with this header --8<---cut here---start->8--- (ns de.tsdh.math.primes (:use [clojure.contrib [math :only [expt]] [test-is :only [deftest is]]])) --8<---cut here---end--->8--- and create a jar file