-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9-repo-jigsaw
-
Component/s: tools
Javadoc allows use of both options "--module-source-path" and "--source-path" at the same time.
Try javadoc --module-source-path modules --source-path src src/pkg/A.java
Javac reports error
javac: cannot specify both --source-path and --module-source-path
Try javadoc --module-source-path modules --source-path src src/pkg/A.java
Javac reports error
javac: cannot specify both --source-path and --module-source-path