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 to do? Would this do exactly what I want, or would it replace the entire manifest, or replace the jar with no files, or something else?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]