Re: Ordered fileset

2006-05-12 Thread Scot P. Floess
casesensitive="false" includes="${pattern}" /> Klaus -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: 12 May, 2006 12:45 To: Ant Users List Subject: Re: Ordered fileset Klaus: So did that work or do you need another solution? Scot A

RE: Ordered fileset

2006-05-12 Thread Allwicher, Klaus
rks fine. > > > > @Matt: Thanks also for the suggestion, but we want only to > used "offically" > > released versions ... > > > > Klaus > > > > > >> -Original Message- > >> From: Scot P. Floess [mailto:

Re: Ordered fileset

2006-05-12 Thread Scot P. Floess
t; released versions ... Klaus -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: 11 May, 2006 17:28 To: Ant Users List Subject: Re: Ordered fileset Klaus: Check out the timestampselector in ant contrib. I see you using the "for" task so I assume you

RE: Ordered fileset

2006-05-12 Thread Allwicher, Klaus
s [mailto:[EMAIL PROTECTED] > Sent: 11 May, 2006 17:28 > To: Ant Users List > Subject: Re: Ordered fileset > > Klaus: > > Check out the timestampselector in ant contrib. I see you > using the "for" task so I assume you are familiar with ant contrib ;) > >

Re: Ordered fileset

2006-05-11 Thread Scot P. Floess
Klaus: Check out the timestampselector in ant contrib. I see you using the "for" task so I assume you are familiar with ant contrib ;) From the documentation, it has a count attribute "the number of files to find. If more than 1, than the files in the output appear in the order indicated by

Re: Ordered fileset

2006-05-11 Thread Matt Benson
Ant 1.7 adds resourcecollections including the collection which will sort another resourcecollection (e.g. fileset) according to a specified resourcecomparator. If you care to build Ant from svn HEAD you could try it out now, or wait for 1.7 (2-5 months maybe?) -Matt --- "Allwicher, Klaus" <[EM

Re: ordered fileset or selective filelist

2005-07-07 Thread Juergen Hermann
On Wed, 6 Jul 2005 08:59:57 -0400, Mark Lybarger wrote: >I've got a macrodef, and am calling it as you mentioned, I just can't seem >to figure out how to conditionally call the subant only if hte file >exists...? Use a fileset, not a buildpath, if the fileset is empty, subant should be a NOP.

Re: ordered fileset or selective filelist

2005-07-06 Thread Mark Lybarger
I've got a macrodef, and am calling it as you mentioned, I just can't seem to figure out how to conditionally call the subant only if hte file exists...? On 7/5/05, Juergen Hermann <[EMAIL PROTECTED]> wrote: > > On Tue, 5 Jul 2005 10:29:34 -0400, Mark Lybarger wrote: > >

Re: ordered fileset or selective filelist

2005-07-05 Thread Juergen Hermann
On Tue, 5 Jul 2005 10:29:34 -0400, Mark Lybarger wrote: > > > > > > > use macrodef (define a macro that conditionally calls subant), and just list the macro calls in order. Ciao, Jürgen - To unsubscribe, e-mail: [EMAIL PR

RE: ordered fileset or selective filelist

2005-07-05 Thread Dominique Devienne
> From: Mark Lybarger [mailto:[EMAIL PROTECTED] > > a filelist is ordered, a fileset is selective but non-ordered. i'd like to > combine features of each, either an ordered fileset, or a selective > filelist (don't include non-existant files). > > basically, i'm build war's and ear projects from