You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2018/11/07 12:13:34 UTC

[Bug 62890] Sync task doesn't copy a file which has different upper-lower case letters

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

Jaikiran Pai <ja...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Jaikiran Pai <ja...@apache.org> ---
It appears that while using a DirectoryScanner to identity files that are
orphaned and need to be deleted from the destination directory, we do not take
into account filesystem case sensitivity and neither do we allow that to be
configured. Right now, it defaults to the file system being considered as case
sensitive while checking for files to be deleted and as a result, the f.txt is
considered _not_ the same as F.txt (even on a case insensitive file system) and
end up deleting it.

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