https://bz.apache.org/bugzilla/show_bug.cgi?id=56700
Trejkaz (pen name) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Trejkaz (pen name) <[email protected]> --- 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.
