Hi, > I nearly didn't - the nightly build directory linked to on the website only > shows md5 files, and the SVN link on the main page gives a 404 error and a > Python traceback. Fortunately, I discovered a working SVN link in the Wiki, > as Compress does exactly what I need (zip, tar.gz and bzip2).
yes, compress was a sandbox component before. Its just graduated - and there are some todos left, for example the website. It will be fixed with the first official release. > With buffering, I now get exactly one of the "oversubscribed dynamic bit > lengths tree" messages, but this seems to be related to a password-protected > ZIP file within my main ZIP. Compress manages to read the first entry > (ArchiveEntry, that is... I'm not trying to get the content from these > files, and with an encrypted ZIP, that obviously couldn't work) from this > ZIP before giving this exception. But all the remaining ZIPs from the same > main ZIP are parsed correctly, so I think everything's working correctly > now. > > Thanks a lot! Thanks too! I added a testcase for this, http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/ZipTestCase.java?view=markup&pathrev=766447 Cheers, Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
