Re: Leiningen 1.6.1 released

2011-07-06 Thread Phil Hagelberg
Conrad Taylor writes: > Hi, should people new to Clojure install tool? Is this something that > mostly used within the command line or IDE? Yes, I think newcomers would benefit from installing it. Clojure is not like most languages in that it is not "batteries included"--it's just a library th

Re: Leiningen 1.6.1 released

2011-07-06 Thread Sergey Didenko
IMHO new people only will benefit from installing lein. It's very simple in basic usage. It can be used both from command line and with IDE. Though I prefer my own scripts for starting REPL with readline instead of "lein repl". It can be used with Enclojure by running "lein pom" every time you u

Re: Leiningen 1.6.1 released

2011-07-06 Thread Conrad Taylor
On Jul 6, 10:42 am, Phil Hagelberg wrote: > Hello folks. > > I just pushed out Leiningen 1.6.1!http://bit.ly/lein-news > > Highlights in this release include: > > * New search task: find dependencies in all remote repositories (not >   just clojars) from the command-line. > > * New retest task: re

Re: Leiningen 1.6.1 released

2011-07-06 Thread Phil Hagelberg
Sergey Didenko writes: > Is it an intention or a bug that dev-dependencies are being copied > into "lib/dev" when :local-repo-classpath is true? This is necessary since those dependencies need to be available to Leiningen's own process, which has to be launched before project.clj is parsed. Unfo

Re: Leiningen 1.6.1 released

2011-07-06 Thread Sergey Didenko
Hi Phil, Is it an intention or a bug that dev-dependencies are being copied into "lib/dev" when :local-repo-classpath is true? Regards, Sergey. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups