Can't create Zip files using RubyZip
------------------------------------

                 Key: JRUBY-1989
                 URL: http://jira.codehaus.org/browse/JRUBY-1989
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.1RC1
            Reporter: Assaf Arkin


Zip files created with RubyZip are unreadable.  The directory structure is 
correct and can be viewed, but any attempt to read an entry results in an error:

{noformat}
unable to access file: invalid stored block lengths
{noformat}

As best as I can tell this happens inside ZLib::Deflate, and running the same 
code with MRI and JRuby, entries have different offsets (e.g. 44 in one, 50 in 
the other).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to