-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
P4
-
None
-
Affects Version/s: 5.0
-
Component/s: tools
-
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.