Re: Problem with Sandbar and Clojure 1.2

2010-08-20 Thread Brenton
Sandbar 0.2.4 depends on Clojure 1.1.0 and Clojure Contrib 1.1.0. If your project only depends on Clojure 1.2.0 and not Contrib 1.2.0 (and you are using an automated build tool) then you may end up with Contrib 1.1.0 in your classpath. This will cause the problem you are experiencing. To fix the pr

Re: Problem with Sandbar and Clojure 1.2

2010-08-20 Thread Meikel Brandmeyer
Hi, On 20 Aug., 11:13, Nebojsa Stricevic wrote: > I'm building a Clojure web app that I would like to migrate to 1.2. > I've tried to empty source files and then delete one by one :use > and :require, and I think error is connected with Sandbar lib (0.2.4). > REPL prints this error: > > java.lan

Problem with Sandbar and Clojure 1.2

2010-08-20 Thread Nebojsa Stricevic
I'm building a Clojure web app that I would like to migrate to 1.2. I've tried to empty source files and then delete one by one :use and :require, and I think error is connected with Sandbar lib (0.2.4). REPL prints this error: java.lang.NoSuchMethodError: clojure.lang.RestFn.(I)V (core.clj: 1) G