AW: Ant Script Library

2009-02-25 Thread Jan.Materne
done Jan >Hi all, > >I'd like to introduce a library of Ant scripts I've packaged together, >which I call the Ant Script Library. The scripts are available here: > >http://www.exubero.com/asl/ > >If possible, can a link be added to the "Related Projects" page at >http://ant.apache.org/projects

Ant Script Library

2009-02-25 Thread Joe Schmetzer
Hi all, I'd like to introduce a library of Ant scripts I've packaged together, which I call the Ant Script Library. The scripts are available here: http://www.exubero.com/asl/ If possible, can a link be added to the "Related Projects" page at http://ant.apache.org/projects.html ? The relevant d

Ignoring missing targets which are not needed for current build

2009-02-25 Thread Kronus David
I have implemented for myself the below described command-line argument and related task, do you think it could be useful and hence submitted to ant? --- I was looking for a way in which ant could perform a build on an antfile where some tasks (which are not needed for the desired build) have dep

Re: Random Redirecor Failures

2009-02-25 Thread Matt Benson
--- On Wed, 2/25/09, Stefan Bodewig wrote: > From: Stefan Bodewig > Subject: Random Redirecor Failures > To: dev@ant.apache.org > Date: Wednesday, February 25, 2009, 7:45 AM > Hi all, > > some of the redirector tests (JUnit as well as AntUnit) > fail randomly > - this is what Gump has been tr

Re: explicitly specified archive input

2009-02-25 Thread Stefan Bodewig
On 2009-02-25, Matt Benson wrote: > --- On Wed, 2/25/09, Stefan Bodewig wrote: >> If you want to use that approach (and I don't think you are >> miissing anything), please don't use instanceof checks but rather >> the Resource.as method > Don't worry--I remembered that much. :) Good. > And

Re: explicitly specified archive input

2009-02-25 Thread Matt Benson
--- On Wed, 2/25/09, Stefan Bodewig wrote: > From: Stefan Bodewig > Subject: Re: explicitly specified archive input > To: dev@ant.apache.org > Date: Wednesday, February 25, 2009, 7:52 AM > On 2009-02-24, Matt Benson > wrote: > > > I'm thinking maybe what we need here [1] is a way to > wrap

Re: explicitly specified archive input

2009-02-25 Thread Stefan Bodewig
On 2009-02-24, Matt Benson wrote: > I'm thinking maybe what we need here [1] is a way to wrap arbitrary > resource collections with archival information, like extracting the > archive attribute getters of ArchiveFileSet to an > ArchivalResourceCollection interface, implemented by ArchiveFileSet >

Random Redirecor Failures

2009-02-25 Thread Stefan Bodewig
Hi all, some of the redirector tests (JUnit as well as AntUnit) fail randomly - this is what Gump has been trying to tell us during the past weeks. Stefan - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional c