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 - Allow reimporting library
Summary: Allow reimporting library
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-22 13:35 UTC by Jiri Prox
Modified: 2014-07-08 09:28 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 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.