JDK 9 RFR of JDK-8080722: Revisit how to check for doclint reference warning during the build
Alan Bateman
Alan.Bateman at oracle.com
Wed Jul 8 08:33:30 UTC 2015
On 07/07/2015 22:09, joe darcy wrote:
> *ping*
>
>>
>> Patch below:
>>
>> --- a/make/Javadoc.gmk Tue Jun 23 15:11:56 2015 +0200
>> +++ b/make/Javadoc.gmk Mon Jun 29 12:11:03 2015 -0700
>> @@ -410,7 +410,8 @@
>> $(prep-target)
>> @($(call COMMON_JAVADOCFLAGS) ; \
>> $(call COMMON_JAVADOCTAGS) ; \
>> - $(call OptionOnly,-Xdoclint:none) ; \
>> + $(call OptionOnly,-Xdoclint:reference) ; \
>> + $(call OptionOnly,-Xdoclint/package:-org.omg.*) ; \
>> $(call OptionPair,-sourcepath,$(RELEASEDOCS_SOURCEPATH)) ; \
>> $(call OptionPair,-encoding,ISO-8859-1) ; \
>> $(call OptionOnly,-splitIndex) ; \
>>
>> As discussed on jdk9-dev, this fix will allow JEP 212 to be completed.
This looks okay to me.
-Alan.
More information about the build-dev
mailing list