Re: includesfile in fileset is not respecting order

2011-02-03 Thread Stefan Bodewig
On 2011-02-03, kwooda wrote: > I am iterating over files listed in an includesfile file and they need > to be processed in the order that they are specified, but instead they > are being processed in alphanumeric order. Why is this sorting > occurring, and how do I get around it? It is not inclu

RE: includesfile

2003-07-10 Thread Ciramella, EJ
PM To: Ant Users List Subject: RE: includesfile Is your file located relative to your basedir? You might need to use an absolute path. -Original Message- From: Ciramella, EJ [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 11:20 AM To: 'Ant Users List' Subject: RE: incl

RE: includesfile

2003-07-10 Thread Murray, Mike B.
Is your file located relative to your basedir? You might need to use an absolute path. -Original Message- From: Ciramella, EJ [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 11:20 AM To: 'Ant Users List' Subject: RE: includesfile That's an example of include, I

RE: includesfile

2003-07-10 Thread Ciramella, EJ
but each time I run this, the output says that it's looking with a patternSet of includes:[] excludes:[] - both are empty. -Original Message- From: Heldstab, Christian [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 12:14 PM To: Ant Users List Subject: Re: includesfile

Re: includesfile

2003-07-10 Thread Heldstab, Christian
see http://ant.apache.org/manual/index.html --> Concepts and Types Christian > Von: Ciramella, EJ [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 10. Juli 2003 18:06 > An: 'Ant Users List' > Betreff: includesfile > > > could someone give an example of using a fileset with an incl