RE: The Manifest task

2007-07-25 Thread Corcoran, Bob
Ok, thanks. -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 3:50 PM To: Ant Users List Subject: Re: The Manifest task Yep. That's part of the Jar specification, and there's a link in the jar task doco. --DD On 7/25/07, Cor

Re: The Manifest task

2007-07-25 Thread Dominique Devienne
to resolve, for example, common s-logging-1.1.jar into: commons-logging-1.1.jar Thanks, Bob -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 3:31 PM To: Ant Users List Subject: Re: The Manifest task Bob: Please see the relevant information in

RE: The Manifest task

2007-07-25 Thread Corcoran, Bob
] 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" <[EMAIL PROTECTED]> wrote: > Hello, > > > > I have

Re: The Manifest task

2007-07-25 Thread Matt Benson
Bob: Please see the relevant information in 's documentation in the manual. Thanks, Matt --- "Corcoran, Bob" <[EMAIL PROTECTED]> wrote: > Hello, > > > > I have large number of library jars that I need to > add to a project that > will be deploy

The Manifest task

2007-07-25 Thread Corcoran, Bob
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