Hi, I'm trying to build clojure-contrib and running into an issue. I checked out clojure-contrib as follows and attempted to build it on my machine. I get a compiler error when I run ant.
svn checkout http://clojure-contrib.googlecode.com/svn/trunk/ clojure- contrib-read-only [java] java.lang.IncompatibleClassChangeError (types.clj:14) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute (ExecuteJava.java:194) [java] at org.apache.tools.ant.taskdefs.Java.run(Java.java: 764) [java] at org.apache.tools.ant.taskdefs.Java.executeJava (Java.java:218) [java] at org.apache.tools.ant.taskdefs.Java.executeJava (Java.java:132) [java] at org.apache.tools.ant.taskdefs.Java.execute (Java.java:105) [java] at org.apache.tools.ant.UnknownElement.execute (UnknownElement.java:288) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:597) ....... many more lines of stack trace ........... I need clojure-contrib to build vimclojure (among other things). Any help would be appreciated. Travis --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
