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 62942 - Using swing-layout in a form should result in a dep on that module
Summary: Using swing-layout in a form should result in a dep on that module
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-24 13:59 UTC by Jesse Glick
Modified: 2005-09-05 09:51 UTC (History)
1 user (show)

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-08-24 13:59:59 UTC
NBM projects could have a ProjectClassPathExtender that would automatically add
a dep on the swing-layout module if you tried to make a form using it. Tomas
Pavek claims that the form editor will call PCPE in this case, even though it is
a layout rather than a regular bean (haven't confirmed).
Comment 1 Jesse Glick 2005-09-01 01:14:39 UTC
Works.

committed   * Up-To-Date  1.106      
apisupport/project/src/org/netbeans/modules/apisupport/project/NbModuleProject.java
added       * Up-To-Date  1.1        
apisupport/project/src/org/netbeans/modules/apisupport/project/queries/Bundle.properties
added       * Up-To-Date  1.1        
apisupport/project/src/org/netbeans/modules/apisupport/project/queries/ModuleProjectClassPathExtender.java
Comment 2 Tomas Pavek 2005-09-01 13:50:26 UTC
Really works, cool.