RFR 6726154: javadoc generated with incorrect version in comment
Jonathan Gibbons
jonathan.gibbons at oracle.com
Tue Nov 12 17:48:05 UTC 2013
On 11/12/2013 01:33 AM, Alexander Zuev wrote:
> Hello,
>
> please review my fix for the issue JDK-6726154: javadoc generated
> with incorrect version in comment
>
> The problem is that in the build time we are using bootstrap JDK to
> run javadoc classes so it reads incorrect
> JDK version. In order to retain correct version i've changed
> makefiles/BuildLangtools.gmk to create resource bundle
> with the correct version information - the same way version is
> retained for javac or javap.
>
> The fix can be found here:
> http://cr.openjdk.java.net/~kizune/6726154/webrev.00
>
> Link to the bug description:
> https://bugs.openjdk.java.net/browse/JDK-6726154
>
> /Alex
I approve the general change, and the changes to the source code in
particular. I think someone from the build team should approve the
change to the makefile.
-- Jon
More information about the build-dev
mailing list