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
tion via my own experiments if they weren't too complicated to set up. Your question doesn't sound like it would be difficult to set up. Rhino - Original Message - From: "Karr, David" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Thursday, October 27

Update manifest in jar with additional attribute

2005-10-27 Thread Karr, David
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 specified, what is it likely t