Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C5473200B46 for ; Fri, 1 Jul 2016 21:43:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C4095160A4D; Fri, 1 Jul 2016 19:43:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 477AF160A61 for ; Fri, 1 Jul 2016 21:43:12 +0200 (CEST) Received: (qmail 63227 invoked by uid 500); 1 Jul 2016 19:43:11 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 63075 invoked by uid 99); 1 Jul 2016 19:43:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2016 19:43:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 026DD2C02A2 for ; Fri, 1 Jul 2016 19:43:11 +0000 (UTC) Date: Fri, 1 Jul 2016 19:43:11 +0000 (UTC) From: "Stefan Bodewig (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (COMPRESS-359) Pack200 is broken MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 01 Jul 2016 19:43:12 -0000 [ https://issues.apache.org/jira/browse/COMPRESS-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15359528#comment-15359528 ] Stefan Bodewig commented on COMPRESS-359: ----------------------------------------- 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)