2010/8/16 Alan <a...@malloys.org>: > I hear that swank.core/break has more functionality in 1.2, so I am > trying to upgrade to it, but I think I don't have a clear enough > understanding of what is going on when lein/clojure run, as I am > running into problems. > > $ cat project.clj > (defproject ddsolve "1.0.0-SNAPSHOT" > :description "FIXME: write" > :dependencies [[org.clojure/clojure "1.2.0"] > [org.clojure/clojure-contrib "1.2.0"]] > :dev-dependencies [[swank-clojure "1.2.0"]]) > $ lein deps > Downloading: org/clojure/clojure/1.2.0/clojure-1.2.0.pom from central > Downloading: org/clojure/clojure/1.2.0/clojure-1.2.0.pom from clojure > # a dozen more lines like this... > An error has occurred while processing the Maven artifact tasks. > Diagnosis: > > Unable to resolve artifact: Missing: > ---------- > 1) org.clojure:clojure:jar:1.2.0 > > Try downloading the file manually from the project website. > > It works with no problems if I change 1.2.0 in clojure.core and > clojure.contrib to 1.1.0. > > I assume I need to somehow tell lein where to find the 1.2.0 jar, but > since I don't really know the answer myself... > > For what it's worth, I've built 1.2 from source and it works if I > launch it independently of leiningen, with the clj script provided in > clojure.contrib. > > Thanks a bunch, > ~Alan > > -- > 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 >
Clojure 1.2 has not been released yet... :) We're currently at Release Candidate 3. Here is a some currently available releases and snapshots (see http://build.clojure.org/releases/ and http://build.clojure.org/snapshots/): Releases: * 1.0.0 * 1.1.0 * 1.2.0-beta1 * 1.2.0-RC1 * 1.2.0-RC2 * 1.2.0-RC3 (most recent) Snapshots: * 1.2.0-master-SNAPSHOT (clojure) * 1.2.0-SNAPSHOT (clojure-contrib) Happy hacking! // raek -- 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