Interesting, that works perfectly. Thanks! Why does this work?
On Mon, Jun 7, 2010 at 12:16 PM, patrik karlin <[email protected]> wrote: > Hey Brian > > change [org.clojure/swank-clojure "1.2.1"] => [swank-clojure "1.2.1"] > > > 2010/6/7 Brian Troutwine <[email protected]>: >> Hello all, >> >> I have the following in project.clj in my newly lein generated project: >> >> >> (defproject void "1.0.0" >> :description "A toy." >> :dependencies [[org.clojure/clojure "1.1.0"] >> [org.clojure/clojure-contrib "1.1.0"]] >> :dev-dependencies [[org.clojure/swank-clojure "1.2.1"]]) >> >> Running "lein deps" I receive the error log available here: >> http://paste.lisp.org/display/111226 >> >> Lein reports that it is "Leiningen 1.1.0 on Java 1.6.0_12 Java >> HotSpot(TM) Client VM". >> >> Am I doing something crazy, or is this a bug? >> >> -- >> Brian >> >> -- >> 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 > > > > -- > ------------------------------------------------ > Nick: Korre > Email: [email protected] > ------------------------------------------------ > > -- > 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 > -- 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
