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=37701>.
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=37701


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Move tasks doesn't execute  |Move task can delete the
                   |File.renameTo               |wrong file on a case
                   |                            |insensitive filesys




------- Additional Comments From [EMAIL PROTECTED]  2005-11-29 23:36 -------
This is a bug, but its not what you've titled. You looked at the code, you can
see we use renameTo.

what is the problem is that we delete the dest file first. And I bet on a case
insensitive filesystem, if the src file is called "README" then the dest file
"readme" appears to exist, so we delete it and so del the source file.

We cant just act differently on windows because some filesystems are case
sensitive (remote unix filesys, clearcase). Maybe there is some other kind of
trick we can use. If not, then doc in the manual is the only other option.

-- 
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]

Reply via email to