hello,

i've started a new lein project. it's my project.clj:

(defproject test-processing "0.1.0-SNAPSHOT"
  :description "Test Processing"
  :dependencies [[org.clojure/clojure "1.2.0-master-SNAPSHOT"]
                 [org.clojure/clojure-contrib "1.2.0-SNAPSHOT"]
                 [org.clojars.fyuryu/rosado.processing "1.0.7"]]
  :dev-dependencies [[swank-clojure "1.2.1"]])

I did lein deps, all the jars are on lib but I'm getting this error from
lein repl:

vil...@automata:~/meu-src/test-processing$ lein repl
"REPL started; server listening on localhost:23102."
user=> (ns test-processing (:use rosado.processing))
java.lang.NoSuchMethodError: clojure.lang.RestFn.<init>(I)V
(NO_SOURCE_FILE:1)
test-processing=>

any help?

thanks.

-- 
Vilson Vieira

vil...@void.cc

((( http://automata.cc )))

((( http://musa.cc )))

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