If I toss clojure.jar and swank-clojure.jar into the swank classpath (for
instance ~/.clojure), it works beautifully.  But as soon as I put
clojure-contrib.jar in there, it explodes:

Clojure 1.2.0-master-SNAPSHOTojure 1.2.0-master-SNAPSHOT
user=> java.lang.NoSuchMethodError: clojure.lang.RestFn.<init>(I)V
(pprint.clj:1)
user=> user=> java.lang.Exception: No such var:
swank.swank/ignore-protocol-version (NO_SOURCE_FILE:3)
user=> user=> nil
java.lang.Exception: No such var: swank.swank/start-server
(NO_SOURCE_FILE:5)
user=> java.lang.NoSuchMethodError: clojure.lang.RestFn.<init>(I)V
(pprint.clj:1)
user=> user=> java.lang.Exception: No such var:
swank.swank/ignore-protocol-version (NO_SOURCE_FILE:3)
user=> user=> nil
java.lang.Exception: No such var: swank.swank/start-server
(NO_SOURCE_FILE:5)

This doesn't seem to be a 1.2 issue since I tried it with both 1.2 and 1.1

Any idea what's going on?  Same issue with both the trunk and the elpa
package.

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