You've got the syntax for dev-dependencies wrong; swank should be a vector inside a vector. But if you're on leiningen 1.3.1 anyway you can just place the swank jar in ~/.lein/plugins to make it available to all projects without touching project.clj.
-Phil On Oct 7, 2010 6:53 AM, "pete.m" <[email protected]> wrote: > Hello, > > I'm having a hard time getting Clojure 1.2/swank-clojure 1.3/leiningen > 1.3.1/slime working on my Macbook (10.5.8). > I can create a new project with 'lein new Project', but when I add the > dev-dependency for swank-clojure, and try to run lein deps on the > project, I get some exceptions complaining about "nth not supported on > this type: Symbol" > > I also get the same results when trying to update the same > dependencies with Cake and Maven. > > I've tried specifiying swank-clojure 1.2.0 also, with the same > results. > > Any suggestions? > > Thanks! > -pete- > > -- > 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]<clojure%[email protected]> > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- 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
