On 18/06/2014 04:05, Sean Corfield wrote:
"works for me"...

Leiningen 2.4.2; Java build 1.8.0_05-b13; OS X 10.8.5 - lein help new
works fine outside of a project and also inside the context of a
project that depends on Clojure 1.6.0.

Are you running lein inside a project or outside? What do you have in
your profiles.clj file?

Sean

My ~/.lein/profiles.clj below. No problems if I remove it and run `lein help new` again.

{:user
  {:plugins
    [[cider/cider-nrepl "0.7.0-SNAPSHOT"]
     [lein-ancient "0.5.5"]
     [lein-immutant "1.2.1"]
     [com.jakemccrary/lein-test-refresh "0.5.0"]]
   :dependencies
     [[org.clojure/clojure "1.6.0"]
      [nrepl-inspect "0.4.1"]
      [org.clojure/tools.trace "0.7.8"]
      [co.paralleluniverse/pulsar "0.5.1"]]
    :repl-options
      {:nrepl-middleware
         [cider.nrepl.middleware.classpath/wrap-classpath
          cider.nrepl.middleware.complete/wrap-complete
          cider.nrepl.middleware.info/wrap-info
          cider.nrepl.middleware.inspect/wrap-inspect
          cider.nrepl.middleware.stacktrace/wrap-stacktrace
          cider.nrepl.middleware.trace/wrap-trace]}}}

--
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
--- You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to