Andrew G. Tereschenko <[EMAIL PROTECTED]> wrote: > In current version of Ant Jar/Zip task does't verify ZIP content > with files need to be included in it. It verify only files creation > date with zip creation date.
This is true (and has always been) - in most cases this is sufficient. Feel free to submit code that will compare file timestamps with those of the ZIP entries - but please make it optional, i.e. enable it on user demand with a default of not looking into the ZIP file as it may have some serious impact on performance. Stefan
