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 108127 - Form - swing-layout library is missing when form is installed by plugin manager
Summary: Form - swing-layout library is missing when form is installed by plugin manager
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-26 12:10 UTC by Jana Maleckova
Modified: 2007-07-24 11:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jana Maleckova 2007-06-26 12:10:39 UTC
Product Version: NetBeans IDE 6.0M10 (build 200706251444) Java: 1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02
System: Windows XP version 5.1 running on x86; Cp1252; en_GB (nb)

Description:
============
install basic installation of netbeans withou Java IDE
1. after installation, open Plugin manager and install Java IDE plugin
2. start IDE on java 1.5 and create some form class - see IDE generates problems, swing layout library is not
automatically included in project
Comment 1 Jana Maleckova 2007-06-26 15:19:05 UTC
should be fixed for M10 due to I increased priority and set it as M10 stopper
Comment 2 Jiri Rechtacek 2007-06-26 15:27:56 UTC
Maybe wrong setup of dependencies of Form module. Plugin Manager needs to know which project are depending each other to
install compact component. Reassigned to form module for evaluation. If a problem is on side of Update Center then
please assign to nbbuild/update center content. Thanks
Comment 3 Tomas Pavek 2007-06-26 16:47:31 UTC
It seems the Swing Layout Extensions library is not properly registered after installing the java cluster. However, it 
gets fixed automatically after IDE restart.
Comment 4 Tomas Pavek 2007-06-28 17:56:57 UTC
Will try to move the class library definition from the swing-layout module to form.
Comment 5 Tomas Pavek 2007-07-02 14:07:05 UTC
Done.

/cvs/form/src/org/netbeans/modules/form/resources/layer.xml
new revision: 1.108; previous revision: 1.107
/cvs/form/src/org/netbeans/modules/form/resources/swing-layout.xml
initial revision: 1.1
/cvs/form/src/org/netbeans/modules/form/resources/Bundle.properties
new revision: 1.23; previous revision: 1.22
/cvs/libs/swing-layout/manifest.mf
new revision: 1.11; previous revision: 1.10
/cvs/libs/swing-layout/src/org/netbeans/libs/layoutext/layer.xml
new revision: delete; previous revision: 1.2
/cvs/libs/swing-layout/src/org/netbeans/libs/layoutext/swing-layout.xml
new revision: delete; previous revision: 1.10
/cvs/libs/swing-layout/src/org/netbeans/libs/layoutext/Bundle.properties
new revision: 1.3; previous revision: 1.2
Comment 6 Jana Maleckova 2007-07-24 11:48:39 UTC
verified on

Product Version: NetBeans IDE Dev (Build 200707231200) Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b03 System:
Windows XP version 5.1 running on x86; Cp1252; en_GB (nb)