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 195583 - provide generic customizer of server libraries
Summary: provide generic customizer of server libraries
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-16 19:30 UTC by David Konecny
Modified: 2016-07-07 08:56 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 David Konecny 2011-02-16 19:30:40 UTC
Server libraries are added to project classpath via specific points (JSF framework customizer, RESTful wizard) and these libraries are displayed under J2EE server node. There is however no way to remove such library from project.

This enhancement suggests to provide a generic way to manage server libraries (in addition to keeping existing specific extension points) which would allow to remove and/or add server libraries from project. Two implementation ideas were mentioned in offline discussion:

#1) project customizer has a new dedicated panel which lists server libraries used by project and allows to add/remove them

#2) enhance existing Compile panel with "Add Server Library" action which similarly to "Add Library" shows list of server libraries and allows to add them to proejct. Remove is done via existing "Remove" button. Classpath can be reordered via existing Up/Move buttons.

The solution should be implemented for all EE project types.

The priority of this issue should be evaluated.
Comment 1 Martin Balin 2016-07-07 08:56:20 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss