You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Stefan Bodewig <bo...@apache.org> on 2002/10/01 08:10:40 UTC

Re: Zip update problem in Ant1.5.1Beta1

On Mon, 30 Sep 2002, Rob Walker <ro...@softsell.com> wrote:

> The "update" flag on the <zip> tasks seems to have been amended, and
> in 1.5.1 it will not update a zip unless the zip file date is older
> than the file attempting to be updated.

Uhm, yes, sort of.

<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10755>

In 1.4.1 it didn't work (it would always update), in 1.5.1 it uses the
same logic as update="false", i.e. compare the files to add to the
archive itself, which is obviously non-intuitive.

This is rather high on my list for Ant 1.5.2 (if there should be one)
or 1.6.

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>