2009/10/18 Joubert Nel <joubert....@gmail.com>:
>
> Hi,
>
> When I try to build the 1.0 compatible branch of clojure.contrib using
> Clojure 1.0 I get the following two FileNotFoundExceptions:
>
> 1) [java] java.io.FileNotFoundException: Could not locate clojure/
> stacktrace__init.class or clojure/stacktrace.clj on classpath:
> (jmx.clj:10)
> 2) [java] java.io.FileNotFoundException: Could not locate clojure/
> walk__init.class or clojure/walk.clj on classpath:  (dataflow.clj:17)
>
> A clojure-contrib.jar gets produced but obviously something's wrong.
>
> Thoughts?

I've just tried it now and it works fine for me, as long as I make
sure to run "ant clean" first.  I had clojure-contrib master checked
out built, then I switched to the clojure-1.0-compatible branch and
tried to build it with:

$ ant -Dclojure.jar=/path/to/clojure-1.0.0.jar

I then remembered I hadn't cleaned out the bits compiled from master
and did so.  After that it worked fine.

Mine failed with a NoSuchMethodError rather than a
FileNotFoundException, but maybe it's a similar problem?  i.e. try
"ant clean" and see if that fixes it.

-- 
Michael Wood <esiot...@gmail.com>

--~--~---------~--~----~------------~-------~--~----~
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
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to