Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 24720 invoked from network); 2 Dec 2004 10:43:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Dec 2004 10:43:02 -0000 Received: (qmail 89177 invoked by uid 500); 2 Dec 2004 10:42:51 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 89132 invoked by uid 500); 2 Dec 2004 10:42:51 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 89106 invoked by uid 99); 2 Dec 2004 10:42:51 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from rs15.luxsci.com (HELO rs15.luxsci.com) (65.61.166.71) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Dec 2004 02:42:50 -0800 Received: from [192.168.1.4] (adsl-49-176.swiftdsl.com.au [218.214.49.176]) (authenticated bits=0) by rs15.luxsci.com (8.12.11/8.12.11) with ESMTP id iB2AgjWd009364 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Thu, 2 Dec 2004 04:42:47 -0600 Message-ID: <41AEF1A4.305@apache.org> Date: Thu, 02 Dec 2004 21:42:44 +1100 From: Conor MacNeill User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: FW: Multiple Class-Path entries in Manifiest task References: <284F32C3CBC04D41A3DC8ED92A36A60840F702@portal.toptech-software.com> In-Reply-To: <284F32C3CBC04D41A3DC8ED92A36A60840F702@portal.toptech-software.com> X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Victor Ionescu wrote: > > Class-Path: bsh-1.3.0.jar commons-digester.jar commons-collections.jar > > because: > 1) It's more flexible > 2) It conforms to the jar specification > > Question: What's the reason behind this multi Class-Path feature? > The reasons are specified in this bug report http://issues.apache.org/bugzilla/show_bug.cgi?id=4683 Two Sun specifications, both of which remain current are in conflict and we need to support the multiple Class-Path mode. If you want to avoid the warning, create a path and use PathConvert to create a single Class-Path entry. Conor --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org