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 63824

Summary: Need syntax in project.xml for listing special subprojects
Product: apisupport Reporter: Jesse Glick <jglick>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 81878    
Bug Blocks: 77533    

Description Jesse Glick 2005-09-07 18:39:30 UTC
There should be a way to enumerate special subprojects of an NBM project, e.g.
j2seproject's used to provide libraries for it. Would make Open Required
Projects behave as expected in such cases.
Comment 1 Jesse Glick 2005-09-07 22:14:31 UTC
Not exactly a defect, I guess.
Comment 2 Jesse Glick 2006-01-19 22:40:12 UTC
Implemented w/o format change by examining both <class-path-extension>s and
${cp.extra} for JARs owned by subprojects. Easy and seems to work as desired.
Comment 3 Jesse Glick 2006-01-21 00:03:06 UTC
committed   * Up-To-Date  1.26       
apisupport/project/nbproject/project.properties
committed   * Up-To-Date  1.3        
apisupport/project/src/org/netbeans/modules/apisupport/project/queries/SubprojectProviderImpl.java
committed   * Up-To-Date  1.11       
apisupport/project/test/unit/src/org/netbeans/modules/apisupport/project/queries/SubprojectProviderImplTest.java