Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 7642 invoked from network); 2 Dec 2004 10:08:59 -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:08:59 -0000 Received: (qmail 22497 invoked by uid 500); 2 Dec 2004 10:08:45 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 22459 invoked by uid 500); 2 Dec 2004 10:08:45 -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 92852 invoked by uid 99); 2 Dec 2004 09:50:55 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=FORGED_RCVD_HELO,HTML_60_70,HTML_MESSAGE,HTML_TEXT_AFTER_BODY,HTML_TEXT_AFTER_HTML X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Subject: FW: Multiple Class-Path entries in Manifiest task MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4D854.63592FA0" Date: Thu, 2 Dec 2004 11:50:42 +0200 Message-ID: <284F32C3CBC04D41A3DC8ED92A36A60840F702@portal.toptech-software.com> Content-Class: urn:content-classes:message X-MS-Has-Attach: X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 X-MS-TNEF-Correlator: Thread-Topic: Multiple Class-Path entries in Manifiest task Thread-Index: AcTYUv5/QYvbMHz/TvG7hwd6GxHyVQAAT/LQ From: "Victor Ionescu" To: X-BitDefender-Scanner: Clean, Agent: BitDefender Milter 1.6 on avmx.euroweb.ro X-BitDefender-Spam: No (76) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C4D854.63592FA0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-WrongBodyEncoding: 1 X-NoCharsWrongEncoded: 3 =20 Hi, I use the manifest task and I have multiple Class-Path entries: =20 =20 =20 I get a warning: "Multiple Class-Path attributes are supported but violate the Jar = specification and may not be correctly processed in all environments" =20 The generated manifest will have three Class-Path entries: =20 Class-Path: bsh-1.3.0.jar Class-Path: commons-digester.jar Class-Path: commons-collections.jar=20 =20 I think it would be best not to get the warning and instead to generate = a single Class-Path entry: =20 Class-Path: bsh-1.3.0.jar commons-digester.jar commons-collections.jar=20 =20 because: 1) It's more flexible 2) It conforms to the jar specification =20 Question: What's the reason behind this multi Class-Path feature? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.791 / Virus Database: 535 - Release Date: 11/8/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.791 / Virus Database: 535 - Release Date: 11/8/2004 =20 ------_=_NextPart_001_01C4D854.63592FA0--