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
With Clojure version 1.2.1 and leiningen version 1.5.2 or 1.6:
# lein plugin install lein-midje 1.0.2
# lein new my_proj
# cd my_proj
<edit project.clj to add midje 1.1.1 as dev dependency>
* At this point, lein midje behaves nicely
<edit project.clj to set eval-in-leiningen to true>
* At this point, lein midje chokes>
According to technomancy on IRC today, the problem is a bootclasspath issue and it can be fixed with:
"the do form on the last line should be replaced with '(require '[clojure walk template stacktrace test string])"
With Clojure version 1.2.1 and leiningen version 1.5.2 or 1.6:
According to technomancy on IRC today, the problem is a bootclasspath issue and it can be fixed with:
"the do form on the last line should be replaced with '(require '[clojure walk template stacktrace test string])"
"some background: http://dev.clojure.org/jira/browse/CLJ-673"
-Chris
The text was updated successfully, but these errors were encountered: