Re: Help with Vimclojure & cojure-1.2.0-SNAPSHOT

2010-03-09 Thread Meikel Brandmeyer
Hi, On Mar 9, 3:49 pm, Mike Mazur wrote: > I tried to compile Vimclojure with clojure-1.2.0-SNAPSHOT, but the > latest release fails to compile with a NoSuchMethodError. Can you be more specific on the failure? What method is tried to be called on which object? I have VC running on all clojure

Help with Vimclojure & cojure-1.2.0-SNAPSHOT

2010-03-09 Thread Mike Mazur
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 Vim

Re: Help with Vimclojure & cojure-1.2.0-SNAPSHOT

2010-03-09 Thread Mike Mazur
Hi, On Tue, Mar 9, 2010 at 22:55, Meikel Brandmeyer wrote: > On Mar 9, 3:49 pm, Mike Mazur wrote: > >> I tried to compile Vimclojure with clojure-1.2.0-SNAPSHOT, but the >> latest release fails to compile with a NoSuchMethodError. > > Can you be more specific on the failure? What method is tried