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 []}}" >>