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=22632>. 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=22632 Delete follows symbolic links to directories [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2003-08-22 14:23 ------- <delete> <fileset dir="..." followsymlinks="false"/> </delete> should be as good. The dir attribute (together with the includes and excludes related attributes) of <delete> have only been retained for backwards compatibility when the support for nested filesets were added in Ant 1.2. If we added all new features of filesets (like symlink handling which was added way after 1.2) to <delete> that would be cumbersome. Simply don't use dir, use a nested fileset and gain complete control. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]