Re: [ANN] Leiningen 2.0.0-preview1

2012-03-08 Thread Phil Hagelberg
Phil Hagelberg writes: > Just found a bug that only manifests when you don't have any profiles > and are running outside a project. I released a 2.0.0-preview2 version with this fix. If you are running the old preview, running "lein2 upgrade" should take care of it. thanks, Phil -- You receiv

Re: [ANN] Leiningen 2.0.0-preview1

2012-03-07 Thread Phil Hagelberg
Just found a bug that only manifests when you don't have any profiles and are running outside a project. It's fixed in git, but if you're getting an NPE on 2.0.0-preview1 and don't have any profiles defined, try this as a temporary workaround: $ mkdir ~/.lein; echo "{:user {:plugins []}}" >>

[ANN] Leiningen 2.0.0-preview1

2012-03-07 Thread Phil Hagelberg
Hello folks! I'm proud to announce the release of Leiningen 2.0.0-preview1. While this isn't a final stable release, it's fairly stable and should be usable for the majority of projects. This is a near-rewrite and contains a few backwards-compatibility breaks, but updating should be pretty painle