DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19639>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19639 Case sensitive <unjar/> function [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2003-05-06 12:55 ------- What you see is probably due to the fact that new File("./com").exists() is true on Windows even if the directory is called COM. So it's more about Windows and Java's case insensitivity than Ant's. In general, Ant will try to preserve case - but it won't recreate a directory that already exists - and the only way to check says that "com" already exists on your machine. WONTFIX really means CANTFIX here.