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

Summary: build javadoc for subprojects
Product: java Reporter: ritzmann <ritzmann>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.