RFR: JDK-8178038, JDK-8178039, JDK-8178316 Javadoc specs directory

Mandy Chung mandy.chung at oracle.com
Wed Apr 19 22:54:29 UTC 2017


> On Apr 19, 2017, at 5:36 AM, Magnus Ihse Bursie wrote:
> 
> WebRev: http://cr.openjdk.java.net/~ihse/JDK-8178038-javadoc-specs/webrev.01

 368 JDWP_PROTOCOL := $(SUPPORT_OUTPUTDIR)/gensrc/jdk.jdi/jdwp-protocol.html
 369 $(eval $(call SetupCopyFiles, COPY_JDWP_PROTOCOL, \
 370     FILES := $(JDWP_PROTOCOL), \
 371     DEST := $(JAVADOC_OUTPUTDIR)/specs/jdwp, \
 372 ))

Is there any reason why jdwp-protocol.html is not copied to the “specs” directory?

docs-docs-specs copies specs to jdk docs.  I would expect there will be docs-javase-specs to copy specs from Java SE modules to javase-docs/specs but missing.

Mandy


More information about the build-dev mailing list