Re: [Rng] JDK 11 javadoc support for JPMS modules

2019-03-26 Thread Gilles Sadowski
Hello. Le lun. 25 mars 2019 à 13:00, Alex Herbert a écrit : > > I managed to get the build working for the site on JDK 11. > > https://github.com/apache/commons-rng/pull/32 > > However left as-is it does not work for the java 9 modules that use JPMS > due to the javadoc tool in JDK 11.0.2. > > No

[Rng] JDK 11 javadoc support for JPMS modules

2019-03-25 Thread Alex Herbert
I managed to get the build working for the site on JDK 11. https://github.com/apache/commons-rng/pull/32 However left as-is it does not work for the java 9 modules that use JPMS due to the javadoc tool in JDK 11.0.2. Note: This works on the original JDK 11. The latest 11.0.2 introduced stric