Knuplesch, Juergen schrieb am 03.06.2009 um 17:55:49 (+0200):

> It would be nice just to delete sth. Out of a jar/war etc. without the
> need to copy the wars around.

Moin Jürgen,

in-situ updates are possible, in-situ deletions aren't. See:

http://java.sun.com/docs/books/tutorial/deployment/jar/update.html

For programmatic usage, I'd give the following classes a try, which
should allow you to hook in a filter to achieve what you want:

* java.util.zip.ZipInputStream
* java.util.zip.ZipOutputStream

Michael Ludwig

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to