On Mon, 29 Jul 2002, Arthur Lim <[EMAIL PROTECTED]> wrote: > But I think the bug report does not suggest any workarounds. Is > there one?
Fix the bug ;-) OK, workarounds I can think of: (1) Don't use multiple <jar> tasks but only a single one (for cases where the second <jar> in a row fails to update the archive created with the first task). (2) Copy the archive you want to update to a temporary name and use a <zipfileset> to read from it while creating a new archive with the combined content. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
