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

--- Comment #2 from Nick Condatore <[email protected]> ---
Perhaps this only applies to directories or filesets.

This is my implementation boiled down to the basics:

<target name="example">
   <copy todir="../" overwrite="false">
      <fileset dir="${source}/>
   </copy>
</target>

This does not overwrite old files in the directories that already exist, but
will when overwrite="false" is not present. Perhaps it is only checking the age
of the directories and not their contained files?

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

Reply via email to