Is there any possible to copy files into an existing EAR with Ant? Is there any possible to copy files into an existing EAR with Ant? apache apache

Is there any possible to copy files into an existing EAR with Ant?


The EAR and Jar tasks, like the more general Zip task, have an update attribute which when set to true will simply update rather than overwrite an existing archive.