You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/05/05 10:30:23 UTC

DO NOT REPLY [Bug 19639] New: - Case sensitive function

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: dev@ant.apache.org
        ReportedBy: dietmar.bleicher@acp-it.com


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"...