-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
5.0
-
generic
-
generic
If files specified after -helpfile option is not found, eg.
javadoc -helpfile name_of_missingfile test.java
Javadoc issues a message (not noted as warning or error) and generates no html files and returns 0.
It should either note is as a warning and generate files anyway, or note is as an error and set return code to 1.
javadoc -helpfile name_of_missingfile test.java
Javadoc issues a message (not noted as warning or error) and generates no html files and returns 0.
It should either note is as a warning and generate files anyway, or note is as an error and set return code to 1.