Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 83350B92C for ; Fri, 20 Jan 2012 13:39:51 +0000 (UTC) Received: (qmail 71764 invoked by uid 500); 20 Jan 2012 13:39:50 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 71581 invoked by uid 500); 20 Jan 2012 13:39:49 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 71573 invoked by uid 99); 20 Jan 2012 13:39:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2012 13:39:49 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [204.13.248.71] (HELO mho-01-ewr.mailhop.org) (204.13.248.71) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2012 13:39:44 +0000 Received: from adsl-074-170-244-147.sip.gnv.bellsouth.net ([74.170.244.147] helo=Vega.local) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.72) (envelope-from ) id 1RoEgd-000Hkp-Iy for dev@maven.apache.org; Fri, 20 Jan 2012 13:39:23 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 74.170.244.147 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX181vydyVKEKGiiI0gbA9pBC Message-ID: <4F196E8A.2010401@commonjava.org> Date: Fri, 20 Jan 2012 08:39:22 -0500 From: John Casey User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: Maven Developers List Subject: Re: Manifest class in plexus-archiver References: <4F193F1E.1090002@gmail.com> In-Reply-To: <4F193F1E.1090002@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 1/20/12 5:17 AM, Kristian Rosenvold wrote: > I have been trying to make the "Manifest" class in plexus-archiver a > subclass of the Jdk Manifest class. On the grand scale of it, this seems > to work quite well. > > There is one test-case I'm troubling with where there are two > "Class-Path" entries in the .mf file; like this: > > https://github.com/krosenvold/plexus-archiver/blob/master/src/test/resources/manifests/manifestWithDualClassPath.mf > > > The thing is, the jdk manifest class simply does not support this kind > of duplication, and according to comments within the plexus implementation > it also violates the jar specification, but is somehow supported by > plexus-archiver. > > > Does anyone know what the use-case/history of this is ? Most likely a bug IMO. I'm tempted to > just remove support for this and move on. +1 > > Kristian > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > For additional commands, e-mail: dev-help@maven.apache.org > -- John Casey Developer, PMC Chair - Apache Maven (http://maven.apache.org) Blog: http://www.johnofalltrades.name/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org