[jira] [Commented] (COMPRESS-54) Add 7zip or RAR archive support

2013-09-28 Thread Stefan Bodewig (JIRA)

[ 
https://issues.apache.org/jira/browse/COMPRESS-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13781261#comment-13781261
 ] 

Stefan Bodewig commented on COMPRESS-54:


I'm going to close this after I created COMPRESS-238 for RAR.

We may want to open a new one tracking write support of compressed 7z archives 
- right now we only support the Copy algorithm.

> Add 7zip or RAR archive support
> ---
>
> Key: COMPRESS-54
> URL: https://issues.apache.org/jira/browse/COMPRESS-54
> Project: Commons Compress
>  Issue Type: New Feature
>  Components: Archivers
> Environment: N/A
>Reporter: Tim Pinet
>Priority: Minor
>   Original Estimate: 30h
>  Remaining Estimate: 30h
>
> Has anyone looked into adding support for 7zip and RAR file types? Using the 
> j7zip and junrar libraries I was able to get a rough protoype working with 
> commons-compress but only with extract support for RAR (due to licencing 
> issues). Also, my prototype performance is poor so I definately need to 
> improve it.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (COMPRESS-54) Add 7zip or RAR archive support

2013-06-09 Thread Stefan Bodewig (JIRA)

[ 
https://issues.apache.org/jira/browse/COMPRESS-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13679056#comment-13679056
 ] 

Stefan Bodewig commented on COMPRESS-54:


The LZMA branch now supports LZMA decompression, at least it seems to :-)

This currently relies on an unreleased version of XZ for Java.

> Add 7zip or RAR archive support
> ---
>
> Key: COMPRESS-54
> URL: https://issues.apache.org/jira/browse/COMPRESS-54
> Project: Commons Compress
>  Issue Type: New Feature
>  Components: Archivers
> Environment: N/A
>Reporter: Tim Pinet
>Priority: Minor
>   Original Estimate: 30h
>  Remaining Estimate: 30h
>
> Has anyone looked into adding support for 7zip and RAR file types? Using the 
> j7zip and junrar libraries I was able to get a rough protoype working with 
> commons-compress but only with extract support for RAR (due to licencing 
> issues). Also, my prototype performance is poor so I definately need to 
> improve it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (COMPRESS-54) Add 7zip or RAR archive support

2013-05-07 Thread Damjan Jovanovic (JIRA)

[ 
https://issues.apache.org/jira/browse/COMPRESS-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13651277#comment-13651277
 ] 

Damjan Jovanovic commented on COMPRESS-54:
--

As of revision 1480055, I've committed read-only support for 7z archives to SVN 
trunk. But we have no LZMA compression support yet, so it can only read 
archives made with special options - see the Javadoc for SevenZFile for details.


> Add 7zip or RAR archive support
> ---
>
> Key: COMPRESS-54
> URL: https://issues.apache.org/jira/browse/COMPRESS-54
> Project: Commons Compress
>  Issue Type: New Feature
>  Components: Archivers
> Environment: N/A
>Reporter: Tim Pinet
>Priority: Minor
>   Original Estimate: 30h
>  Remaining Estimate: 30h
>
> Has anyone looked into adding support for 7zip and RAR file types? Using the 
> j7zip and junrar libraries I was able to get a rough protoype working with 
> commons-compress but only with extract support for RAR (due to licencing 
> issues). Also, my prototype performance is poor so I definately need to 
> improve it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (COMPRESS-54) Add 7zip or RAR archive support

2013-01-19 Thread Stefan Bodewig (JIRA)

[ 
https://issues.apache.org/jira/browse/COMPRESS-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13557999#comment-13557999
 ] 

Stefan Bodewig commented on COMPRESS-54:


I'm not aware of anybody working on it.  "XZ for Java" 
http://tukaani.org/xz/java.html which we already use for XZ compression likely 
knows how to do LZMA, I haven't explicitly looked into it, though.

> Add 7zip or RAR archive support
> ---
>
> Key: COMPRESS-54
> URL: https://issues.apache.org/jira/browse/COMPRESS-54
> Project: Commons Compress
>  Issue Type: New Feature
>  Components: Archivers
> Environment: N/A
>Reporter: Tim Pinet
>Priority: Minor
>   Original Estimate: 30h
>  Remaining Estimate: 30h
>
> Has anyone looked into adding support for 7zip and RAR file types? Using the 
> j7zip and junrar libraries I was able to get a rough protoype working with 
> commons-compress but only with extract support for RAR (due to licencing 
> issues). Also, my prototype performance is poor so I definately need to 
> improve it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (COMPRESS-54) Add 7zip or RAR archive support

2013-01-14 Thread Wolfgang Bergner (JIRA)

[ 
https://issues.apache.org/jira/browse/COMPRESS-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13553579#comment-13553579
 ] 

Wolfgang Bergner commented on COMPRESS-54:
--

Just had a look at the 7z SDK on http://www.7-zip.org/sdk.html. It really looks 
like C-style Java code, which is pretty hard to integrate into a Java project.
1. As some time has passed meanwhile, has anyone managed to convert it into a 
stream based Java implementation? Or even tried to embedd it into Apache 
Commons Compress?
2. Does anyone know if licenses could be a conflicting issue?

> Add 7zip or RAR archive support
> ---
>
> Key: COMPRESS-54
> URL: https://issues.apache.org/jira/browse/COMPRESS-54
> Project: Commons Compress
>  Issue Type: New Feature
>  Components: Archivers
> Environment: N/A
>Reporter: Tim Pinet
>Priority: Minor
>   Original Estimate: 30h
>  Remaining Estimate: 30h
>
> Has anyone looked into adding support for 7zip and RAR file types? Using the 
> j7zip and junrar libraries I was able to get a rough protoype working with 
> commons-compress but only with extract support for RAR (due to licencing 
> issues). Also, my prototype performance is poor so I definately need to 
> improve it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (COMPRESS-54) Add 7zip or RAR archive support

2012-09-14 Thread Adam Kunicki (JIRA)

[ 
https://issues.apache.org/jira/browse/COMPRESS-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13455845#comment-13455845
 ] 

Adam Kunicki commented on COMPRESS-54:
--

http://jponge.github.com/lzma-java/ Seems to have an Apache licensed version of 
the LZMA compression (and streams) based on the original 7z SDK. Could 
incorporate that into commons-compress and then just need to write a compatible 
archiver.

> Add 7zip or RAR archive support
> ---
>
> Key: COMPRESS-54
> URL: https://issues.apache.org/jira/browse/COMPRESS-54
> Project: Commons Compress
>  Issue Type: New Feature
>  Components: Archivers
> Environment: N/A
>Reporter: Tim Pinet
>Priority: Minor
>   Original Estimate: 30h
>  Remaining Estimate: 30h
>
> Has anyone looked into adding support for 7zip and RAR file types? Using the 
> j7zip and junrar libraries I was able to get a rough protoype working with 
> commons-compress but only with extract support for RAR (due to licencing 
> issues). Also, my prototype performance is poor so I definately need to 
> improve it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Commented: (COMPRESS-54) Add 7zip or RAR archive support

2010-08-10 Thread Leo Izen (JIRA)

[ 
https://issues.apache.org/jira/browse/COMPRESS-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897109#action_12897109
 ] 

Leo Izen commented on COMPRESS-54:
--

Christopher league at http://contrapunctus.net/league/haques/lzmajio/ created 
LzmaInputStream and LzmaOutputStream that implement the Lzma SDK files. 
However, it is GNU GPL, so you might have to licence software with both Gnu GPL 
and APL. 

> Add 7zip or RAR archive support
> ---
>
> Key: COMPRESS-54
> URL: https://issues.apache.org/jira/browse/COMPRESS-54
> Project: Commons Compress
>  Issue Type: New Feature
> Environment: N/A
>Reporter: Tim Pinet
>Priority: Minor
>   Original Estimate: 30h
>  Remaining Estimate: 30h
>
> Has anyone looked into adding support for 7zip and RAR file types? Using the 
> j7zip and junrar libraries I was able to get a rough protoype working with 
> commons-compress but only with extract support for RAR (due to licencing 
> issues). Also, my prototype performance is poor so I definately need to 
> improve it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (COMPRESS-54) Add 7zip or RAR archive support

2009-04-15 Thread Sebb (JIRA)

[ 
https://issues.apache.org/jira/browse/COMPRESS-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699143#action_12699143
 ] 

Sebb commented on COMPRESS-54:
--

We need to check first whether public domain is OK to use in an ASF project.

I think there have been some questions as to whether this is allowed; AFAIK 
it's not covered in the existing rules.

Also, the Wikipedia page says that the LZMA compression is similar to deflate, 
so maybe that will help understand the code.

> Add 7zip or RAR archive support
> ---
>
> Key: COMPRESS-54
> URL: https://issues.apache.org/jira/browse/COMPRESS-54
> Project: Commons Compress
>  Issue Type: New Feature
> Environment: N/A
>Reporter: Tim Pinet
>Priority: Minor
>   Original Estimate: 30h
>  Remaining Estimate: 30h
>
> Has anyone looked into adding support for 7zip and RAR file types? Using the 
> j7zip and junrar libraries I was able to get a rough protoype working with 
> commons-compress but only with extract support for RAR (due to licencing 
> issues). Also, my prototype performance is poor so I definately need to 
> improve it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (COMPRESS-54) Add 7zip or RAR archive support

2009-04-14 Thread Christian Grobmeier (JIRA)

[ 
https://issues.apache.org/jira/browse/COMPRESS-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699070#action_12699070
 ] 

Christian Grobmeier commented on COMPRESS-54:
-

I downloaded 7zip public domain package and did some restructuring, formatting 
etc.
Its a very complex lib with nested nested classes (no typo). Input and Output 
mechanisms are mixed together. Codestyle doesn't follow Sun standards (looks 
like C), access modifiers are all public or package scoped, even for private 
members. Lots of "global variables".
All the work is done with bitshifting which makes everything hard to read.

However, with some manpower it should be possible to refactor everything into 
streams. 

> Add 7zip or RAR archive support
> ---
>
> Key: COMPRESS-54
> URL: https://issues.apache.org/jira/browse/COMPRESS-54
> Project: Commons Compress
>  Issue Type: New Feature
> Environment: N/A
>Reporter: Tim Pinet
>Priority: Minor
>   Original Estimate: 30h
>  Remaining Estimate: 30h
>
> Has anyone looked into adding support for 7zip and RAR file types? Using the 
> j7zip and junrar libraries I was able to get a rough protoype working with 
> commons-compress but only with extract support for RAR (due to licencing 
> issues). Also, my prototype performance is poor so I definately need to 
> improve it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (COMPRESS-54) Add 7zip or RAR archive support

2009-03-26 Thread Christian Grobmeier (JIRA)

[ 
https://issues.apache.org/jira/browse/COMPRESS-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12689547#action_12689547
 ] 

Christian Grobmeier commented on COMPRESS-54:
-

The 7zip SDK is in the public domain - i guess its compatible with asl, is it?

http://www.7-zip.org/sdk.html

The java impl is not a stream, but it feels like it is possible to take those 
classes and write streaming classes. 

> Add 7zip or RAR archive support
> ---
>
> Key: COMPRESS-54
> URL: https://issues.apache.org/jira/browse/COMPRESS-54
> Project: Commons Compress
>  Issue Type: New Feature
> Environment: N/A
>Reporter: Tim Pinet
>Priority: Minor
>   Original Estimate: 30h
>  Remaining Estimate: 30h
>
> Has anyone looked into adding support for 7zip and RAR file types? Using the 
> j7zip and junrar libraries I was able to get a rough protoype working with 
> commons-compress but only with extract support for RAR (due to licencing 
> issues). Also, my prototype performance is poor so I definately need to 
> improve it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (COMPRESS-54) Add 7zip or RAR archive support

2009-03-26 Thread Torsten Curdt (JIRA)

[ 
https://issues.apache.org/jira/browse/COMPRESS-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12689465#action_12689465
 ] 

Torsten Curdt commented on COMPRESS-54:
---

I've only gathered libraries for implementing this.

For RAR I found sources for
o rarlib (GPL)
o unrar (sort of free but cpp)

For 7zip I found
o p7zip (LGPL + restriction, written in C)
o j7zip (LGPL)

And there are other algorithms (and libraries) to implement as well: ARJ, CAB, 
...

But I fear some of those implementations need to be hosted somewhere else (due 
to the licensing). I'd suggest to create a github project for it.

> Add 7zip or RAR archive support
> ---
>
> Key: COMPRESS-54
> URL: https://issues.apache.org/jira/browse/COMPRESS-54
> Project: Commons Compress
>  Issue Type: New Feature
> Environment: N/A
>Reporter: Tim Pinet
>Priority: Minor
>   Original Estimate: 30h
>  Remaining Estimate: 30h
>
> Has anyone looked into adding support for 7zip and RAR file types? Using the 
> j7zip and junrar libraries I was able to get a rough protoype working with 
> commons-compress but only with extract support for RAR (due to licencing 
> issues). Also, my prototype performance is poor so I definately need to 
> improve it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.