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 - Need syntax in project.xml for listing special subprojects
Summary: Need syntax in project.xml for listing special subprojects
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on: 81878
Blocks: 77533
  Show dependency tree
 
Reported: 2005-09-07 18:39 UTC by Jesse Glick
Modified: 2006-08-03 23:47 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 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