Re: RFR: JDK-8172312 Update docs target and image for new combined docs

2017-03-31 Thread Erik Joelsson
Looks good to me. My suggestion was to to add the rmic dirs to those variables in Javadoc.gmk, but your solution is even better. I didn't realize that you could just add to a "pathlist" with another call to PathList, so I thought we had to get at the variables that GetModuleSrcPath uses as in

Re: RFR: JDK-8172312 Update docs target and image for new combined docs

2017-03-31 Thread Magnus Ihse Bursie
On 2017-03-31 10:02, Erik Joelsson wrote: Looks good to me. My suggestion was to to add the rmic dirs to those variables in Javadoc.gmk, but your solution is even better. I didn't realize that you could just add to a "pathlist" with another call to PathList, so I thought we had to get at th