RFR: 8152818: Javadoc must support module options supported by javac.

Jonathan Gibbons jonathan.gibbons at oracle.com
Mon Apr 18 18:11:01 UTC 2016



On 04/16/2016 03:45 PM, Martin Buchholz wrote:
> exec $JDK/bin/javadoc \
>    -d docs \
>    -Xdoclint:all \
>    -Xmodule:java.base \
>    -modulesourcepath "$JDKSRC/jdk/src/java.base/share/classes" \

javadoc folk,

This looks like a bug.  Assuming Martin is using reasonably up to date 
JDK 9 code, you should not be able to specify both -Xmodule and 
-modulesourcepath.

-- Jon


More information about the javadoc-dev mailing list