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 Summary: Case sensitive <unjar/> function Product: Ant Version: 1.5 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Enhancement Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] the unjar funtion seems not to be cases sensitive: assuming there is a directory "./COM" and the archive which i want to unjar contains "./com", no new directory "com" will be created. Instead the archive is extracted in the "COM" dir. Not sure what the policy of ant is concerning "case sensitivity"...