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=18648>.
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=18648

<zip> still creates invalid file (NOT FIXED IN 1.5.3Beta1)

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |



------- Additional Comments From [EMAIL PROTECTED]  2003-04-03 11:34 -------
I can confirm the report of Doron Rajwan.


I also have narrowed the problem a bit.


The error message does not show up when one uses the compress="false" attribute 
when building the zip file.


When compress="true" (the default) the following lines of code are not called 
in 
Zip.java#zipFile(InputStream in, ZipOutputStream zOut, String vPath,


                           long lastModified, File fromArchive, int mode) 


                ze.setSize(size);


                ze.setCrc(cal.getValue());

Reply via email to