Re: [DISCUSS] release Ivy 2.0.0-beta2?

2008-02-11 Thread Xavier Hanin
On Feb 11, 2008 7:18 AM, Adrian Sandor <[EMAIL PROTECTED]> wrote: > On Feb 11, 2008 4:24 AM, Xavier Hanin wrote: > > > > - 3 tags for cache configuration: settings, caches and cache > > > > The settings on the settings tag are mainly due to legacy. We could > indeed > > deprecate them to move all

Re: [DISCUSS] EasyAnt: Ant based pre packaged build system for java projects

2008-02-11 Thread limbicsystem
What Xavier is describing is exactly what I thought Maven should have been- a standard way to lay out projects, with Ant underneath to use as needed. And once your projects become non-trivial there is always the "as needed" part. We spent a long painful month trying to move from Maven1 to Mave

Re: [DISCUSS] EasyAnt: Ant based pre packaged build system for java projects

2008-02-11 Thread Gilles Scokart
2008/2/11, limbicsystem <[EMAIL PROTECTED]>: > > > We spent a long painful month trying to move from Maven1 to Maven2, and > ultimately gave up. We quickly grew tired of trying to write plugins to > handle things that would have othewise been 5 lines of Ant (or things that > worked in M1 but no lo