DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41948>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41948 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|move task fails to rename |move task fails to rename |file and also deletes source|file and also deletes source |file |file when source and dest | |files differ only by case ------- Additional Comments From [EMAIL PROTECTED] 2007-03-27 02:27 ------- yes, this looks like a WinXP bug. The way windows works is that whenever open a file for writing in a directory, if there is a file with the same name but different case, winXP opens that instead. Here ant tries to open the file for both writing and reading, and must end up truncating the file. There's no solution for this, but what could be possible would be for Move to check for this situation and fail the build. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
