Re: [ANN] Leiningen 1.3.1

2010-09-22 Thread Eric Schulte
Phil Hagelberg writes: > On Mon, Sep 20, 2010 at 12:08 PM, Eric Schulte wrote: >> Having recently upgraded to this newest lein >> >> $ lein --version >> Leiningen 1.3.1 on Java 1.6.0_18 OpenJDK Client VM >> >> I notice that the "lein swank" command is no longer supported. > > Hi Eric! > > The

Re: [ANN] Leiningen 1.3.1

2010-09-20 Thread Andrew Gwozdziewycz
On Mon, Sep 20, 2010 at 3:08 PM, Eric Schulte wrote: > Hi, > > Having recently upgraded to this newest lein > > $ lein --version > Leiningen 1.3.1 on Java 1.6.0_18 OpenJDK Client VM > > I notice that the "lein swank" command is no longer supported. > > $ lein swank > That's not a task. Use "le

Re: [ANN] Leiningen 1.3.1

2010-09-20 Thread Phil Hagelberg
On Mon, Sep 20, 2010 at 12:08 PM, Eric Schulte wrote: > Having recently upgraded to this newest lein > >  $ lein --version >  Leiningen 1.3.1 on Java 1.6.0_18 OpenJDK Client VM > > I notice that the "lein swank" command is no longer supported. Hi Eric! The swank command is not built-in to Leinin

Re: [ANN] Leiningen 1.3.1

2010-09-20 Thread Eric Schulte
Hi, Having recently upgraded to this newest lein $ lein --version Leiningen 1.3.1 on Java 1.6.0_18 OpenJDK Client VM I notice that the "lein swank" command is no longer supported. $ lein swank That's not a task. Use "lein help" to list all tasks. What's the recommended way to start up

Re: [ANN] Leiningen 1.3.1

2010-09-10 Thread lprefontaine
I solved my maven corruption problem. On if the m2 index folder was not cleaned properly. Luc P, lprefonta...@softaddicts.ca wrote .. > Hi Phil, > > I upgraded to 1.3.1 but started to experience some problems with > my our-classe-only hook. I made it return 0 since 1.3.1 expects a numeric > re

Re: [ANN] Leiningen 1.3.1

2010-09-09 Thread lprefontaine
Hi Phil, I upgraded to 1.3.1 but started to experience some problems with my our-classe-only hook. I made it return 0 since 1.3.1 expects a numeric return code from the compile task but then ended up with other problems in the jar task. I want to revert to 1.3.0 for a few days. Any idea about th

Re: [ANN] Leiningen 1.3.1

2010-09-08 Thread Sean Corfield
On Wed, Sep 8, 2010 at 2:05 PM, Phil Hagelberg wrote: > I'm pleased to announce the release of Leiningen 1.3.1. Thanx Phil! > * repl task may be used outside the context of a project. Very useful! > * Regexes may be used to specify namespaces in :aot list. Also very useful! -- Sean A Corfiel

[ANN] Leiningen 1.3.1

2010-09-08 Thread Phil Hagelberg
I'm pleased to announce the release of Leiningen 1.3.1. This release fixes a few key bugs and introduces a handful of minor features. Here are the highlights. Bug Fixes: * Performing a standalone install (a new feature of Leiningen 1.3.0) now pulls in all transitive dependencies. * Unreadable in