On Fri, Oct 24, 2008 at 9:44 AM, stephan <[EMAIL PROTECTED]> wrote:
>
> I downloaded the svn trunk of clojure-contrib, used ant to build the
> jar-file, and copied that into a directory included in the classpath.

Unfortunately, jars within directories in the classpath aren't picked
up by the classloaders. You either need to include the clojure-contrib
jar itself in the classpath or include the clojure-contrib/src
directory in the classpath. By including the clojure-contrib/src
directory, you won't have to build with ant anymore, which is nice, so
that's the route I've gone for now (until clojure-contrib requires an
actual build, e.g. if it includes some Java source that needs to be
built).

HTH,

- J.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to