Hello Jochen,
with ant you can do something like
<jar destfile="new.jar">
<zipfileset src="old.jar">
<exclude name="do/not/include/this/class"/>
</zipfileset>
</jar>
<move file="old.jar" tofile="new.jar"/>
Cheers,
Antoine
Jochen Wurster wrote:
>Hi,
>
>is there a way to remove a file from an existing jar file? Other than using
>WinZip ;-)
>
>
>Bye
>
>Jochen
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]