You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2016/04/20 08:54:30 UTC

[Bug 56700] Delete task should not follow symlinks by default

https://bz.apache.org/bugzilla/show_bug.cgi?id=56700

Trejkaz (pen name) <tr...@trypticon.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Trejkaz (pen name) <tr...@trypticon.org> ---
This workaround of using removeNotFollowedSymlinks="true" doesn't appear to
delete symlinks... so I'm not sure there is a real workaround without using
<exec>.

Currently we have to use rm directly.

        <exec executable="rm">
            <arg value="-rf"/>
            <arg path="build"/>
        </exec>

-- 
You are receiving this mail because:
You are the assignee for the bug.