Building Ant on JDK 8

2013-10-27 Thread Stefan Bodewig
Hi, I've downloaded Build 113 of JDK8 since we've had some reports about incompatibilities on the Gump list and I wanted to double check. Compilation works fine but I get test errors I don't see on JDK7: * all javadoc JUnit tests error out. It looks as if javadoc in JDK 1.7 used to create the

Re: Building Ant on JDK 8

2013-10-27 Thread Stefan Bodewig
On 2013-10-27, Stefan Bodewig wrote: > Compilation works fine but I get test errors I don't see on JDK7: in addition it looks as if quite a few javadoc warnings are errors now, building the apidocs fails and the count stopped with 100 warnings and 100 errors. Stefan

Re: svn commit: r1536171 - /ant/core/trunk/src/main/org/apache/tools/zip/ZipUtil.java

2013-10-27 Thread Stefan Bodewig
On 2013-10-27, 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