Re: RFR: JDK-8251210: Link JDK api docs to other versions

2021-03-06 Thread liach
On Sat, 6 Mar 2021 02:21:00 GMT, Jonathan Gibbons wrote: > Please review a small change to Docs.gmk, such that the short version string > in the upper right corner of the main API docs bundle is linked to a page > that links to other versions of the documentation. While it is not so useful >

Re: RFR: 8262893: Enable more doclint checks in javadoc build

2021-03-02 Thread liach
On Wed, 3 Mar 2021 00:23:04 GMT, Jonathan Gibbons wrote: >> With recent cleanups, several doclint categories have been cleared across >> the JDK and should be enabled in the javadoc build to make sure they stay >> clean. >> >> Local docs build completes with this stricter set of checks. > > 👍

Integrated: 8259485: Document need for short paths when building on Windows

2021-01-13 Thread liach
On Tue, 12 Jan 2021 06:46:33 GMT, liach wrote: > Though this content seems simple, it would be extremely frustrating to > newcomers, especially when the build stalls at "cannot find valid visual > studio installation" for no clear reason in logs at all. This pull r

RFR: 8259485: Document need for short paths when building on Windows

2021-01-11 Thread liach
Though this content seems simple, it would be extremely frustrating to newcomers, especially when the build stalls at "cannot find valid visual studio installation" for no clear reason in logs at all. - Commit messages: - 8259485: Document need for short paths when building on Wind