Stefan,
I'm missing something obvious. How is it that <move> facilitates this
except to rename the existing jar? Also the documentation seems to imply
that <zipfileset> is only valid for the <zip> task. Could I ask you to
please give us a brief example of how to add ./my/package/name/file.name to
./lib/myarchive.jar?
Thanks,
John Gerken
><[EMAIL PROTECTED]> wrote:
>> Does the "jar" task have a functional equivalent of the "-u" option
>> to the command-line: "jar"? i didn't see reference to it in the docs
>> or the FAQ.
>Not directly, but you can fake it with <move> and nested <zipfileset>s
>- but I guess creating the jar from scratch would be faster.
>Stefan
Thanks,
John Gerken
Web Services Toolkit Development
IBM Emerging Technologies Software Group
[EMAIL PROTECTED]
Stefan Bodewig <[EMAIL PROTECTED]> on 04/18/2001 05:30:39 AM
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:
Subject: Re: update a jar file w/in Ant?