You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/08/15 19:06:29 UTC

DO NOT REPLY [Bug 21211] - DELETE Task doesnt delete directorys with included fileset

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21211>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21211

DELETE Task doesnt delete directorys with included fileset





------- Additional Comments From ant@kruithof.xs4all.nl  2003-08-15 17:06 -------
On Linux I tried to reproduce this bug with ant 1.5.1 and 1.6 alpha, but I did
not succeed.

with log*\**\* all files and directories under log* are removed, not including
log*. 

Maybe what you meant is 
patternset id="log.filestoarchiv" includes ="log*\**"
excludes="log${log.dirtoday}*\**"/>
then the log* directory is removed as well.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org