http://nagoya.apache.org/bugzilla/show_bug.cgi?id=249
*** shadow/249 Thu Feb 1 03:55:10 2001 --- shadow/249.tmp.10532 Thu Feb 1 14:56:28 2001 *************** *** 2,8 **** | Copy command is not case retentive BugRat Report#401 | +----------------------------------------------------------------------------+ | Bug #: 249 Product: Ant | ! | Status: UNCONFIRMED Version: 1.2 | | Resolution: Platform: All | | Severity: Normal OS/Version: All | | Priority: High Component: Core tasks | --- 2,8 ---- | Copy command is not case retentive BugRat Report#401 | +----------------------------------------------------------------------------+ | Bug #: 249 Product: Ant | ! | Status: NEW Version: 1.2 | | Resolution: Platform: All | | Severity: Normal OS/Version: All | | Priority: High Component: Core tasks | *************** *** 17,19 **** --- 17,28 ---- The ANT copy command does not preserve the case of file names on Windows NT. The destination file's names are in all lower case. + + + ------- Additional Comments From [EMAIL PROTECTED] 2001-02-01 14:56 ------- + If copying a whole directory file-case is preserved. If copying a single file + and tofile is specified the specified name of the tofile is used. If copying a + single file and the tofile is not specified (using todir) and you use a name + that is different from the 'correct' name (specified 'TEST.TXT' instead + of 'test.txt' which is shown by a dir, ant uses the name of the specified + source as the name of the target.
