Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
9.0
-
None
-
None
Description
Users cannot generate JavaDoc for their modular projects since Apache NetBeans IDE 9.0 version, because Ant does not support it yet.
http://ant.apache.org/manual/using.html#arg
tomas_zezula, how difficult would it be to create a pull request for Ant and then integrate with NetBeans?
Steps to reproduce:
- Launch Apache NetBeans IDE 9.0
- Invoke File > New Project... from main menu
- Select Java category and Java Modular Project type
- Push Next > and Finish buttons
- Right click your JavaApplication project node
Expected: There is Generate JavaDoc item in the popup menu.
Actual: There is no Generate JavaDoc item in the popup menu.