Hi,

I wanted to play with Stuart Sierra's lazytest[1] using Vimclojure.
lazytest depends on clojure-1.2.0-SNAPSHOT (so it says in pom.xml),
and my Vimclojure (compiled against an older clojure version) doesn't
work when launched with clojure-1.2.0-SNAPSHOT on the classpath.

I tried to compile Vimclojure with clojure-1.2.0-SNAPSHOT, but the
latest release fails to compile with a NoSuchMethodError. I then tried
to compile the latest Vimclojure source code[2], but it looks like it
needs to be built with gradle. I downloaded gradle 0.8[3] and ran
`gradle :build` in the Vimclojure source directory, but that fails
because the cojure plugin for gradle is not available.

Could someone help me out? How can I get Vimclojure running with
clojure-1.2.0-SNAPSHOT? Every time I try to play with the latest
Clojure, Vimclojure doesn't want to play along, and I start to go down
this rabbit hole of dependencies and build systems... I'm new to the
whole Java ecosystem, so take it easy on me :P

Thanks much!
Mike


[1] http://github.com/stuartsierra/lazytest
[2] http://bitbucket.org/kotarak/vimclojure/
[3] http://www.gradle.org/

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
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