Re: RFR: JDK-8179079: Incremental HotSpot builds broken on Windows

2017-04-22 Thread Tim Bell
Hi Erik: Looks good. /Tim We have hit another issue related to the new Cygwin behavior regarding \r line endings. The incremental native build on Windows breaks because we get ^M characters in the *.d files. Output from "make --debug=b" typically looks like this: Prerequisite '/cygdrive/c/eri

Re: RFR: JDK-8175036 All API docs should be built for HTML 5

2017-04-22 Thread Martin Buchholz
It seems our javadoc is using html constructs that are not valid html5. If so, we should convert all of those before we start generating html5 output. That should not be too much work for someone who actually understands css and html5. On Fri, Apr 21, 2017 at 2:30 AM, Magnus Ihse Bursie < magnus