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

--- Comment #2 from Maarten Coene <maarten_co...@yahoo.com> ---
Hi Jaikiran,

consider following build.xml:

<project name="bug 66293">
  <target name="clean">
    <delete includeemptydirs="true">
      <fileset dir="build" followsymlinks="false" />
    </delete>
  </target>
</project>

Say I have the following directory structure:

/build.xml
/src/test.txt
/build/src -> junction to /src

If I run the Ant script, both the '/build' directory and the '/src/test.txt'
file are deleted.

I tested it with Ant 1.9 as well, it has the same issue, so it's not a
regression due to the symlink refactoring.

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

Reply via email to