You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Stefan Bodewig (JIRA)" <ji...@apache.org> on 2016/07/01 19:43:11 UTC

[jira] [Comment Edited] (COMPRESS-359) Pack200 is broken

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

Stefan Bodewig edited comment on COMPRESS-359 at 7/1/16 7:43 PM:
-----------------------------------------------------------------

Tricky at the byte level as there isn't even any guarantee that a round-tripped jar is identical to the original one. You have to compare the contents of the jars. This is what {{testJarArchiveCreation*}} in {{org.apache.commons.compress.compressors.Pack200TestCase}} does.


was (Author: bodewig):
Tricky at the byte level as there isn't even any guarantee that a round-tripped jar is identical to the original one. You have to compare the contents of the jars. This is what {{testJarArchiveCreation*}} in {{org.apache.commons.compress.compressors.Pack200TestCase}}

> Pack200 is broken
> -----------------
>
>                 Key: COMPRESS-359
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-359
>             Project: Commons Compress
>          Issue Type: Bug
>          Components: Compressors
>    Affects Versions: 1.12
>         Environment: Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T09:29:23-08:00)
> Maven home: E:\Java\apache-maven-3.2.5
> Java version: 1.6.0_45, vendor: Sun Microsystems Inc.
> Java home: E:\Program Files\Java\jdk1.6.0_45\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>            Reporter: Gary Gregory
>
> Please see {{org.apache.commons.compress.compressors.CompressorStreamFactoryRoundtripTest}} and comment in the Pack200 parameterized test.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)