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
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
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
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