From commits-return-24375-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Thu Jan 04 08:53:56 2007 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 19097 invoked from network); 4 Jan 2007 08:53:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2007 08:53:52 -0000 Received: (qmail 22307 invoked by uid 500); 4 Jan 2007 08:53:58 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 22206 invoked by uid 500); 4 Jan 2007 08:53:57 -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 21806 invoked by uid 99); 4 Jan 2007 08:53:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2007 00:53:55 -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; Thu, 04 Jan 2007 00:53:48 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C2396714319 for ; Thu, 4 Jan 2007 00:53:27 -0800 (PST) Message-ID: <9642123.1167900807792.JavaMail.jira@brutus> Date: Thu, 4 Jan 2007 00:53:27 -0800 (PST) From: "Alex Blewitt (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-2479) [classlib][pack200] Move pack200 code to its own module In-Reply-To: <1819481.1165361361079.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-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462170 ] Alex Blewitt commented on HARMONY-2479: --------------------------------------- Alexei, is there anything else you need from me for this? Can I do anything to help? > [classlib][pack200] Move pack200 code to its own module > ------------------------------------------------------- > > Key: HARMONY-2479 > URL: https://issues.apache.org/jira/browse/HARMONY-2479 > Project: Harmony > Issue Type: Improvement > Components: Classlib > Reporter: Alex Blewitt > Assigned To: Alexei Zakharov > Priority: Minor > > The pack200 code currently lives in the archive module, which will ultimately result in a tighter coupling of the internal pack200 code and the external java.util.jar code. Furthermore, whilst the java.util.jar is using generics internally, the pack200 stuff needs to avoid the use of generics and putting it into a different module will allow the compiler and project settings to be appropriately amended. > We should create another module (e.g. archive-pack200) and then move the o.a.h.a.internal.pack200 and test code into that new module instead, perhaps with a package name change, and then set up a template build.xml and Manifest.MF. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira