[rfc] Avoid failure when compiler is wrapped.

2016-01-22 Thread Jiri Vanek
Hello! When compiler is wrapped, the configure phase of build fails: [...] checking for gcc... /usr/lib64/cscppc/gcc configure: Resolving CC (as /usr/lib64/cscppc/gcc) failed, using /usr/lib64/cscppc/gcc directly. checking resolved symbolic links for CC... /usr/bin/cscppc checking if CC is disg

8035473: [javadoc] Revamp the existing Doclet APIs

2016-01-22 Thread Kumar Srinivasan
Hi All, Please review the following build changes: JDK changes: * simple entry point change http://cr.openjdk.java.net/~ksrini/8035473/webrev.07/webrev.jdk.0/ Top forest repo: * configuration changes to use the new javadoc/doclet implementation * module dependency changes (*Mandy, Alan*) http:/

Re: 8035473: [javadoc] Revamp the existing Doclet APIs

2016-01-22 Thread Mandy Chung
> On Jan 22, 2016, at 2:50 PM, Kumar Srinivasan > wrote: > > Hi All, > > Please review the following build changes: > > JDK changes: > * simple entry point change > http://cr.openjdk.java.net/~ksrini/8035473/webrev.07/webrev.jdk.0/ > This 1-line change looks fine. > Top forest repo: > * co

Re: 8035473: [javadoc] Revamp the existing Doclet APIs

2016-01-22 Thread Jonathan Gibbons
On 01/22/2016 03:41 PM, Magnus Ihse Bursie wrote: In make/Javadoc.gmk: What's the story with all these old doclet duplication? The story is that we're adding a completely new public API, and there are existing users of the existing API, both good and bad. The good ones are just using the

Re: 8035473: [javadoc] Revamp the existing Doclet APIs

2016-01-22 Thread Magnus Ihse Bursie
On 2016-01-22 23:50, Kumar Srinivasan wrote: Hi All, Please review the following build changes: JDK changes: * simple entry point change http://cr.openjdk.java.net/~ksrini/8035473/webrev.07/webrev.jdk.0/ Looks good. Top forest repo: * configuration changes to use the new javadoc/doclet imple