RE: Update Manifest

2008-10-28 Thread Pascal Lalonde
Thank you for at least looking at it. - Pascal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: October 28, 2008 2:30 PM To: Ant Users List Subject: RE: Update Manifest I'm not sure what's going on now. It seems like it should work. The only differ

RE: Update Manifest

2008-10-28 Thread ray . harper
ify the sender immediately. Pascal Lalonde <[EMAIL PROTECTED]> 10/28/2008 12:55 PM Please respond to "Ant Users List" To Ant Users List cc Subject RE: Update Manifest This is not working:

RE: Update Manifest

2008-10-28 Thread Pascal Lalonde
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: October 28, 2008 12:48 PM To: Ant Users List Subject: RE: Update Manifest I read something about the Ant Manifest Tag not liking dashes "-" in the names of files ... try to create a file called test.mf and see if this works ... Make sure you hardcod

RE: Update Manifest

2008-10-28 Thread ray . harper
Pascal Lalonde <[EMAIL PROTECTED]> 10/28/2008 12:42 PM Please respond to "Ant Users List" To Ant Users List cc Subject RE: Update Manifest That's what I tough at the beginning. But they do exist. - Pascal -Original Message- From: [EMAIL PROTECTED] [mailto:

RE: Update Manifest

2008-10-28 Thread Pascal Lalonde
the folders do exist and both has a META-INF folder with the MANIFEST.MF file. - Pascal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: October 28, 2008 12:41 PM To: Ant Users List Subject: RE: Update Manifest try creating a blank file and hardcoding the

RE: Update Manifest

2008-10-28 Thread Pascal Lalonde
That's what I tough at the beginning. But they do exist. - Pascal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: October 28, 2008 12:32 PM To: Ant Users List Subject: Re: Update Manifest You may be getting the error because you are trying to perform an u

RE: Update Manifest

2008-10-28 Thread ray . harper
the sender immediately. Pascal Lalonde <[EMAIL PROTECTED]> 10/28/2008 12:34 PM Please respond to "Ant Users List" To Ant Users List cc Subject RE: Update Manifest Another weird thing is that when specifying the file attribute, the first manifest task is not working

Re: Update Manifest

2008-10-28 Thread ray . harper
You may be getting the error because you are trying to perform an update and the file may not exist Ray Harper, Jr. Software Engineer II Wachovia Corporation 1525 West WT Harris Blvd. Charlotte, NC, 28270 Tel: 704-427-1717 ? Fax: 704-427-3234 ? Mailcode: NC1077 CONFIDENTIALITY NOTICE: The

RE: Update Manifest

2008-10-28 Thread Pascal Lalonde
Users List Subject: Re: Update Manifest Hi Pascal, Looks like you left the filename out in the first manifest task ... this is required: http://ant.apache.org/manual/CoreTasks/manifest.html

RE: Update Manifest

2008-10-28 Thread Pascal Lalonde
008 12:14 PM To: Ant Users List Subject: Re: Update Manifest Hi Pascal, Looks like you left the filename out in the first manifest task ... this is required: http://ant.apache.org/manual/Cor

Re: Update Manifest

2008-10-28 Thread ray . harper
Hi Pascal, Looks like you left the filename out in the first manifest task ... this is required: http://ant.apache.org/manual/CoreTasks/manifest.html Hope thi

Re: Update manifest in jar with additional attribute

2005-10-27 Thread Antoine Levy-Lambert
Karr, David wrote: >I have a need to build a target that updates the manifest of a jar file >with an additional attribute (perhaps replace if it's already present). >If I use a jar task, with 'update="true"' and an inline manifest element >containing the property I want to add, and no files specif

Re: Update manifest in jar with additional attribute

2005-10-27 Thread Rhino
Why not give it a try yourself? You'll probably get the answer more quickly than waiting for the handful of people who have actually done what you describe; you'll likely learn a few unexpected things along the way, too. I've always found that it was better for me to answer a question via my own