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