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---------------end--------------->8---

and create a jar file of it which contains the relevant file


I don't see anything to cause that failure in what you posted.

Could there be another ".clj" file in classpath with the classpath- relative path de/tsdh/math/primes.clj ? Does it fail the same way when you invoke clojure with (something like):

java -cp clojure.jar:/my/path/to/clojure-contrib.jar:/my/path/to/ primes.jar clojure.main

If that test also fails, I'd appreciate you posting the jar file to the group or sending it to me so I can take a look.

--Steve

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to