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 128152

Summary: Allow reimporting library
Product: projects Reporter: Jiri Prox <jiriprox>
Component: LibrariesAssignee: Tomas Zezula <tzezula>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jiri Prox 2008-02-22 13:35:22 UTC
Product Version: NetBeans IDE Dev (Build 20080221081833)
Java: 1.6.0_10-ea; Java HotSpot(TM) Client VM 11.0-b11
System: Linux version 2.6.22-14-generic running on i386; UTF-8; en_US (nb)

There is now way how to update library in shared location when it's definition was changed in Library Manager. Some kind
of "reimport" action would be helpful.
Comment 1 Milos Kleint 2008-02-22 14:51:29 UTC
delete the shared library definition and import again. 

the question is by whom the global definition was changed. it can be user and it can be the module providing the
library. In any case autoupdating the user's binary dependencies in a project is a bad idea.
dependency management is primarily in the user's field  of responsibility
Comment 2 Antonin Nebuzelsky 2010-07-30 15:16:47 UTC
Reassigning to default owner.
Comment 3 Tomas Zezula 2014-07-08 09:28:47 UTC
As Milos proposed:
>delete the shared library definition and import again.