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=19636>. 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=19636 wrong paths in zip-files ------- Additional Comments From [EMAIL PROTECTED] 2003-05-05 09:49 ------- I tried your buildfile. 1) created directory works 2) created ZIP contains casesensitive directory structure (=CSDS) 3) Try to extract the ZIP a) extracted with PowerArchiver: CSDS b) extracted with WinZip: CSDS c) extracted with Ant <unzip/>: CSDS Target for extracting that zip: <target name="extract"> <mkdir dir="extracted"/> <unzip src="testfile.zip" dest="extracted"/> </target> Sorry, but maybe someone else could verify that problem. Mmm - maybe there is the problem. I tested that on Antīs CVS head. Oh, no 1.5.3 on my machine. Iīll download the official binary distribution of 1.5.3 (if I can get that 'old' one) and 1.5.3.1 and test it.