The documentation indeed doesn't tell you to use the equivalent attribute or
sub-element of a nested <fileset> for the deprecated attributes. Maybe the
doc could be enhanced a bit there. An example does use <fileset includes=""
/> though, so one can still infer it I guess...

I too would be interested in seeing more javascript wizardry ;-) Never done
any, but I'm starting to get it, looking at all your scripts! Thanks, --DD

-----Original Message-----
From: Diane Holt [mailto:[EMAIL PROTECTED]] 
Sent: Friday, April 26, 2002 3:40 PM
To: Ant Users List
Subject: RE: Trying to delete files not under source control

--- Dominique Devienne <[EMAIL PROTECTED]> wrote:
> It's just a wild guess, but maybe <delete excludes="" /> is deprecated
> because it wants you to use:
> 
> <delete>
>   <fileset excludes="" />
> </delete>

Okay, I take back my "evil" judgement on that one -- I forgot that
<fileset> has an 'excludes' attr and not just a nested <exclude> element.
So yeah, do it that way and you can still use your comma-separated list of
names.

Thanks,
Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to