https://issues.apache.org/bugzilla/show_bug.cgi?id=47755
Summary: The ant move task completely ignores the overwrite
attribute
Product: Ant
Version: 1.7.1
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: critical
Priority: P2
Component: Core tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Paul M. Suchko <[email protected]> 2009-08-27 23:04:59
PDT ---
Create two files y.txt and x.txt (create x.txt last so it has a newer
timestamp)
<project>
<move file="x.txt" tofile="y.txt" overwrite="false"/>
</project>
y.txt will be clobbered by x.txt.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.