On Wed, 9 Nov 2005 16:17:01 -0600, Brown, Carlton wrote:
>I'm working from 2 print references and neither mentions that the present
selector supports mappers. Obviously you've got better information, do you
mind sharing a link to it?
The HTML docs that are on the homepage and in the distribu
nesday, November 09, 2005 3:44 PM
> To: Ant Users List; Brown, Carlton
> Subject: RE: Using mappers with delete task
>
> On Wed, 9 Nov 2005 15:03:27 -0600, Brown, Carlton wrote:
>
> You need to tell if you want us to narrate the docs:
>
> The tag supports the use of a conta
.
>> -Original Message-
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>> Sent: Wednesday, November 09, 2005 2:24 PM
>> To: Ant Users List; Brown, Carlton
>> Subject: Re: Using mappers with delete task
>>
>> On Wed, 9 Nov 2005 12:46:27 -0600, Brown, Carlton
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 09, 2005 2:24 PM
> To: Ant Users List; Brown, Carlton
> Subject: Re: Using mappers with delete task
>
> On Wed, 9 Nov 2005 12:46:27 -0600, Brown, Carlton wrote:
>
On Wed, 9 Nov 2005 12:46:27 -0600, Brown, Carlton wrote:
>To accomplish this, I tried using a mapper with the delete task, but I
>got an error saying the delete doesn't support the use of mappers.
>Without a mapper, I can't see how this would be done.
use delete with a fileset and a present selec
you could use a nested fileset with an excludes attribute. something
like:
/t
>-Original Message-
>From: Brown, Carlton [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, November 09, 2005 7:46 PM
>To: Ant Users List
>Subject: Using mappers with delete task
>
&
If I have a number of files in /src with a suffix of .foo, then how can
I specify to delete the un-suffixed files in /build ?
For example, if I have files /src/Script1.foo and /src/Script2.foo,
files to be deleted would be /build/Script1 and /build/Script2
To accomplish this, I tried us