From user-return-55945-apmail-ant-user-archive=ant.apache.org@ant.apache.org Sat May 06 19:49:16 2006 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 11054 invoked from network); 6 May 2006 19:49:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 May 2006 19:49:15 -0000 Received: (qmail 36392 invoked by uid 500); 6 May 2006 19:49:11 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 36107 invoked by uid 500); 6 May 2006 19:49:10 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 36095 invoked by uid 99); 6 May 2006 19:49:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 May 2006 12:49:09 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [144.140.93.195] (HELO omta05sl.mx.bigpond.com) (144.140.93.195) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 May 2006 12:49:08 -0700 Received: from julia ([143.238.196.231]) by omta05sl.mx.bigpond.com with ESMTP id <20060506194845.ETCV25409.omta05sl.mx.bigpond.com@julia> for ; Sat, 6 May 2006 19:48:45 +0000 From: "Stephen McConnell" To: "'Ant Users List'" Subject: RE: manifest file wrapping with ant jar or manifest task Date: Sun, 7 May 2006 05:18:43 +0930 Message-ID: <000301c67146$152232d0$0201a8c0@julia> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: AcZxN+oFsqCVFvDST1ePbGOhStDWwQADbw8g X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > -----Original Message----- > From: Narahari 'n' Savitha [mailto:savithari@gmail.com] > Sent: Sunday, 7 May 2006 3:37 AM > To: user@ant.apache.org > Subject: manifest file wrapping with ant jar or manifest task > > Friends my MANIFEST.MF file created by hand is > ..... > ..... > ...... > Class-Path: commonscollections3.1.jar > commons-lang.jar > axis.jar > anotherverylong.jar > reallycoolfile.jar > > But when I use either the task or the task > with manifest > file created, the jar always creates the > MANIFEST.MF like this > > Class-Path: commonscollections3.1.jar commons-lang.jar axis.jar anothe > verylong.jar reallycoolfile.jar Can you please confirm if the above line is correct - in particular, the reference to "anotherverylong.jar" seems to have lost the "r" in anothe[r]verylong.jar. Is that correct? /Steve. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org