Re: RFR: JDK-8149963: build errors during API docs build

2016-02-17 Thread Magnus Ihse Bursie
On 2016-02-17 11:16, Erik Joelsson wrote: Hello, There is a dependency issue in the Javadoc makefile when building custom additions. Since the include of the custom Javadoc.gmk happens before the core api build rule declaration, the targets in the custom file cannot properly depend on the cor

Re: RFR: JDK-8149963: build errors during API docs build

2016-02-17 Thread Tim Bell
Erik: There is a dependency issue in the Javadoc makefile when building custom additions. Since the include of the custom Javadoc.gmk happens before the core api build rule declaration, the targets in the custom file cannot properly depend on the core api. The fix is to move the variable defi

RFR: JDK-8149963: build errors during API docs build

2016-02-17 Thread Erik Joelsson
Hello, There is a dependency issue in the Javadoc makefile when building custom additions. Since the include of the custom Javadoc.gmk happens before the core api build rule declaration, the targets in the custom file cannot properly depend on the core api. The fix is to move the variable def