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
"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
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
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 [
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---
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
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