-
Bug
-
Resolution: Fixed
-
P3
-
9-repo-jigsaw
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