Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 48720 invoked from network); 25 Jul 2007 19:50:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2007 19:50:33 -0000 Received: (qmail 24515 invoked by uid 500); 25 Jul 2007 19:50:30 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 24385 invoked by uid 500); 25 Jul 2007 19:50:29 -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 24374 invoked by uid 99); 25 Jul 2007 19:50:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 12:50:29 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ddevienne@gmail.com designates 64.233.184.236 as permitted sender) Received: from [64.233.184.236] (HELO wr-out-0506.google.com) (64.233.184.236) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 12:50:27 -0700 Received: by wr-out-0506.google.com with SMTP id i3so211555wra for ; Wed, 25 Jul 2007 12:50:07 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VKxkVhB4l5BMX00dnsXaZiflLIo89zGX27Zhc9mG0FzuZcx+dMFp+zIqeYgvwLorsE7fX9PxU+QDWXEwkNNUvY5nNs5ubSnlqQ6TVcl564jM6Cm9oi5wbhhfehxmun//nOE9d0v9RmocmWR+K5Uc3nJrXpFd4dRKzxBc4hquhBs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KBAOgwttRM77roM7uOIBPvqE61Pgy9Frmw8oNs/Daewy8LUcl4RccNDyvBCxgWBOiFKZozVP2Gl9eE09xDEDyXgbjC/W1GDiOGfwjZflHdPj9eoWPwm66dGXjCr1MVo8MkPHpTE/iTC86YQ+j25VlHk1Kb7Gd10Pr9fbt54epcI= Received: by 10.142.212.19 with SMTP id k19mr3901wfg.1185393006409; Wed, 25 Jul 2007 12:50:06 -0700 (PDT) Received: by 10.142.81.13 with HTTP; Wed, 25 Jul 2007 12:50:06 -0700 (PDT) Message-ID: <255d8d690707251250ia8c095pd206a8b8611d0cd0@mail.gmail.com> Date: Wed, 25 Jul 2007 14:50:06 -0500 From: "Dominique Devienne" To: "Ant Users List" Subject: Re: The Manifest task In-Reply-To: <200707251549968.SM03240@doit-mstwmms1> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200707251523437.SM03128@doit-mstwmms1> <294931.47877.qm@web55106.mail.re4.yahoo.com> <200707251549968.SM03240@doit-mstwmms1> X-Virus-Checked: Checked by ClamAV on apache.org Yep. That's part of the Jar specification, and there's a link in the jar task doco. --DD On 7/25/07, Corcoran, Bob wrote: > Matt, > > So the does the fact that the lines are wrapped after a certain number > of characters mean that the class loader should be able to resolve, for > example, > common > s-logging-1.1.jar > > into: > commons-logging-1.1.jar > > Thanks, > Bob > > -----Original Message----- > From: Matt Benson [mailto:gudnabrsam@yahoo.com] > Sent: Wednesday, July 25, 2007 3:31 PM > To: Ant Users List > Subject: Re: The Manifest task > > Bob: Please see the relevant information in 's > documentation in the manual. > > Thanks, > Matt > > --- "Corcoran, Bob" wrote: > > > Hello, > > > > > > > > I have large number of library jars that I need to > > add to a project that > > will be deployed on Websphere. I am using the > > manifest task inside the > > ear task to accomplish this. I just list the jars > > separated by spaces as > > the value of the Class-Path attribute. I list them > > all on one long line. > > When I open up the resulting MANIFEST.MF file, it > > looks all mangled. > > That is, it looks something like this: > > > > > > > > Manifest-Version: 1.0 > > > > Ant-Version: Apache Ant 1.7.0 > > > > Created-By: 2.3 (IBM Corporation) > > > > Class-Path: ajax4jsf-1.1.1.jar commons-lang-2.2.jar > > common > > > > s-logging-1.1.jar > > commons-logging-adapters-1.1.jar > > > > > > > > > > > > Websphere is apparently not loading these jars (all > > of them are in the > > root of my EAR), and I'm wondering if this is why. > > Any help would be > > greatly appreciated. > > > > > > > > Thanks, > > > > Bob > > > > > > > > > > > > > ________________________________________________________________________ > ____________ > Be a better Globetrotter. Get better travel answers from someone who > knows. Yahoo! Answers - Check it out. > http://answers.yahoo.com/dir/?link=list&sid=396545469 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org