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/22 16:23:02 UTC

DO NOT REPLY [Bug 22632] - Delete follows symbolic links to directories

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

bodewig@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From bodewig@apache.org  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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org