On Tue, May 7, 2013 at 6:09 AM, Stefan Bodewig <bode...@apache.org> wrote:
> On 2013-05-06, Damjan Jovanovic wrote:
>
>> I've been hacking on a patch that adds support for reading 7zip archives.
>
> COMPRESS-54 is the most popular issue so you'd make quite a few people
> happy.

I doubt it - without LZMA support, only 7z archives created with
special options can be read.

Additionally 7z archives require seeking, so there's only SevenZFile,
no SevenZArchiveInputStream.

> You are talking about read-only suppport, right?

Yes - even that was painful enough for now :).

> AFAIR there've been either legal/license or technical hurdles to
> straddle when using external libraries.

Yes, so I started from scratch, worked only from the 7zFormat.txt
file, and when that wasn't enough, ported bits of the LZMA SDK's C/C++
7z code in the public domain to Java, and have given attribution as
per LEGAL-72.

>> Can I go ahead and commit it, or would you like to review it first?
>
> I'd be fine with reviewing progress in svn and tracking progress on
> COMPRESS-54.

It's committed now :). I tried to use "Jira issue key: COMPRESS-54" in
the commit message but nothing in Jira happened?

> Stefan

Damjan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to