This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 156886 - build javadoc for subprojects
Summary: build javadoc for subprojects
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-15 13:26 UTC by ritzmann
Modified: 2011-08-31 14:08 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ritzmann 2009-01-15 13:26:39 UTC
I have a Java Application project that depends on several other Java Application projects. In the project properties 
under Libraries I have the "Build Projects on Classpath" option checked. When I invoke "ant javadoc", I would have 
expected that this also builds the javadoc for the dependencies, but that is apparently not so. Also Build/Documenting 
doesn't offer any option to build the javadoc for subprojects.
Comment 1 Jesse Glick 2009-01-15 18:47:53 UTC
Unlikely to be implemented; you can always use <subant> or similar to do this if you want it.