Well, after removing all jars except clojure and clojure-contrib, I
still get the exact same error. Apparently, it doesn't like the import
statement in java_utils.clj in clojure-contrib. Very weird.
I think I'll revert back to clojure 1.0 for now, and try again at a
later date.
-Matt Courtney
--
Hi,
IIRC, it was a breaking change with 1.0 and should only show up in AOT
compiled code.
Sincerely
Meikel
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojur
Thanks, I'll try it out. However, that's a bad sign, and may mean I'll
have to wait until the libraries are updated before I move to the new
version of Clojure. :(
On Sep 28, 9:32 am, Meikel Brandmeyer wrote:
> Hi,
>
> I got this error, because a jar with an old clojure (or was it
> contrib?) ve
Hi,
I got this error, because a jar with an old clojure (or was it
contrib?) version was lingering in the classpath. Removing the jar
fixed the problem. Maybe you should check this also.
Sincerely
Meikel
--~--~-~--~~~---~--~~
You received this message because you