Re: [ANN] Leiningen 2.0.0-preview3

2012-05-02 Thread adrians
I'm also getting this error, with same spec Windows but with Java 7. Unfortunately, I also get this with lein 1.7.1. Tried to build from source, but lein install generates a snapshot jar that only includes a few source files. Can anyone offer a solution to building your own lein? Thanks,

Re: [ANN] Leiningen 2.0.0-preview3

2012-05-02 Thread Stuart Sierra
Just want to say thanks to Phil and everyone else who has contributed to Leiningen. It's been pleasing to see the evolution from a limited script to a solid development tool. -S -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group,

Re: [ANN] Leiningen 2.0.0-preview3

2012-05-02 Thread Jim - FooBar();
On 02/05/12 20:56, Stuart Sierra wrote: Just want to say thanks to Phil and everyone else who has contributed to Leiningen. It's been pleasing to see the evolution from a limited script to a solid development tool. -S -- You received this message because you are subscribed to the Google

Re: [ANN] Leiningen 2.0.0-preview3

2012-04-17 Thread Tim King
Hi, I am also getting this error on Windows. I think I have tracked down the source of the problem in lein-newnew. c.j.io/resource expects a path separated by /, and (.getPath file)returns a path separated by the system dependent separator (i.e. leiningen\\new\\default\\project.clj). I have a

Re: [ANN] Leiningen 2.0.0-preview3

2012-04-15 Thread Niels van Klaveren
lein new error under Windows 7 x64: lein version Leiningen 2.0.0-preview3 on Java 1.6.0_31 Java HotSpot(TM) 64-Bit Server VM lein new quiltest Generating a project called quiltest based on the 'default' template. java.lang.IllegalArgumentException: No implementation of method: :make-reader of

Re: [ANN] Leiningen 2.0.0-preview3

2012-04-13 Thread nick rothwell
Trivial bug report: saying lein new throws an ArityException rather than reporting an error and suggesting usage. -- 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

[ANN] Leiningen 2.0.0-preview3

2012-04-12 Thread Phil Hagelberg
Hello folks. I'm happy to announce the release of the third preview of Leiningen 2.0.0. Highlights include the ability to show a full dependency tree a la mvn dependency:tree, a host of repl improvements, better offline support, and the ability to load lein new templates on-demand. * Add HTTP

Re: [ANN] Leiningen 2.0.0-preview3

2012-04-12 Thread Michael Klishin
Phil Hagelberg: I'm happy to announce the release of the third preview of Leiningen 2.0.0. lein2-preview3 is already live on travis-ci.org. More about using lein2 in our Clojure guide [1], see [2] if you are only getting started. 1. http://about.travis-ci.org/docs/user/languages/clojure/ 2.

Re: [ANN] Leiningen 2.0.0-preview3

2012-04-12 Thread Jacek Laskowski
On Thu, Apr 12, 2012 at 11:39 PM, Michael Klishin michael.s.klis...@gmail.com wrote: 1. http://about.travis-ci.org/docs/user/languages/clojure/ I believe it begs for the following change: s/Standalone Leiningen 2.0.0 [preview 2]./Standalone Leiningen 2.0.0 [preview 3]./ in CI environment for