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 11:34:29 UTC

DO NOT REPLY [Bug 19639] - 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





------- Additional Comments From jan@materne.de  2003-05-05 09:34 -------
On Windows there can�t coexist two dirs with names which differ only in case 
sensitivity (com + COM). <unjar/> is implemented in Expand.java. Files are 
extracted via FileOutputStream(java.io.File). Maybe the JVM does that behaviour.

Are you on Windows or Unix?