Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 92415 invoked from network); 12 Feb 2007 09:29:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2007 09:29:26 -0000 Received: (qmail 76676 invoked by uid 500); 12 Feb 2007 09:29:33 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 76658 invoked by uid 500); 12 Feb 2007 09:29:33 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 76649 invoked by uid 99); 12 Feb 2007 09:29:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 01:29:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 01:29:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BDC5F714328 for ; Mon, 12 Feb 2007 01:29:05 -0800 (PST) Message-ID: <8847757.1171272545774.JavaMail.jira@brutus> Date: Mon, 12 Feb 2007 01:29:05 -0800 (PST) From: "Mark Hindess (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3153) [classlib][pack200] Support for GZip compressed files automatically if GZip magic header found In-Reply-To: <28294600.1171241945863.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-3153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472229 ] Mark Hindess commented on HARMONY-3153: --------------------------------------- Just an oversight. Added in r506387. > [classlib][pack200] Support for GZip compressed files automatically if GZip magic header found > ---------------------------------------------------------------------------------------------- > > Key: HARMONY-3153 > URL: https://issues.apache.org/jira/browse/HARMONY-3153 > Project: Harmony > Issue Type: Improvement > Components: Classlib > Reporter: Alex Blewitt > Assigned To: Mark Hindess > Priority: Trivial > Attachments: JustResources.pack.gz, pack200-gzip-support.patch > > > This patch provides support for auto-GZip decompression of segments. Added a test to verify it, and binary file (attached separately due to the fact that patch doesn't generate binary files). The binary file will need to be added in src/test/resources/org/apache/harmony/pack200/tests/ next to the existing 'JustResources.pack' file. > Also attached .settings for auto-sort in Eclipse editors (3.3M5+) but this will be ignored by older Eclipse environments. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.