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