RFR: JDK-8179892 Update build documentation for JDK 9

2017-06-20 Thread Magnus Ihse Bursie
Also known as: "!!! THIS IS A MAJOR RE-WRITE of this document. !" :-) The build documentation has been in need of an overhaul for a very long time. The document is not very well structured, and contains not only outdated but also irrelevant information, all the while va

Re: RFR: 8182611: @extLink taglet ignores text after first newline.

2017-06-20 Thread Kumar Srinivasan
Hi Jon, Looks good to me. Thanks Kumar Please review a simple fix to the regex used to analyze the content of an {@extLink } tag. The fix is to use DOTALL mode for the regex, and for good measure, to ensure the match is up to the end of the line. JBS: https://bugs.openjdk.java.net/browse

RFR: 8182611: @extLink taglet ignores text after first newline.

2017-06-20 Thread Jonathan Gibbons
Please review a simple fix to the regex used to analyze the content of an {@extLink } tag. The fix is to use DOTALL mode for the regex, and for good measure, to ensure the match is up to the end of the line. JBS: https://bugs.openjdk.java.net/browse/JDK-8182611 The one-line fix is in the com

Re: Request Review JDK-8182492: docs bundle needs legal notices for 3rd party libraries distributed for javadoc search

2017-06-20 Thread Erik Joelsson
Looks good to me. /Erik On 2017-06-19 19:17, Mandy Chung wrote: http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8182492/webrev.00/ JDK docs build enables javadoc search that distributes jquery and jszip. The docs bundle needs to include legal notices for these 3rd party libraries. In additio