On 2013-10-27, <bode...@apache.org> wrote: > URL: http://svn.apache.org/r1536171 > Log: > explicitly set milliseconds to 0 when parsing ZipEntry's time field, it has > two second granularity anyway
this is another JDK8 issue. java.util.zip.ZipEntry setTime or getTime seems to be rounding up to the next even second now, while it used to round down. This patch avoids the rounding. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org