You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leiningen (from git) is strangely broken. Apparently even downloading a clojure-contrib 1.1.0 dependency breaks something in ~/.m2 and leiningen is broken afterwards. To reproduce the problem take a look at: http://gist.github.com/329308
The text was updated successfully, but these errors were encountered:
The problem is that the lein script always puts clojure-1.1.0.jar from the Maven repo, if and only if it is present in said repo at the time of running lein, into the bootclasspath. This conflicts with the clojure-contrib AOT-compiled modules, which must be run with the Clojure classes from 1.2.0-SNAPSHOT in HEAD.
Leiningen (from git) is strangely broken. Apparently even downloading a clojure-contrib 1.1.0 dependency breaks something in ~/.m2 and leiningen is broken afterwards. To reproduce the problem take a look at:
http://gist.github.com/329308
The text was updated successfully, but these errors were encountered: