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
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
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
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
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