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 56140 - Library modification is not propagated into project
Summary: Library modification is not propagated into project
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks: 55992 57098
  Show dependency tree
 
Reported: 2005-03-10 11:16 UTC by zikmund
Modified: 2006-03-24 12:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
commit log (9.87 KB, patch)
2005-03-17 06:16 UTC, Pavel Buzek
Details | Diff
CVS update log (15.59 KB, plain/text)
2005-03-17 10:15 UTC, Marek Fukala
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2005-03-10 11:16:56 UTC
Build 200503092050

1) Create new WebApp
2) Add a library (e.g. JSTL or create new one) from Library Manager to project's
libraries
3) Build project
4) Modify library (e.g. Add a JAR into library in Tools | Library Manager)
5) Build project
6) ERROR:
library modification was not propagated into project (e.g. added JAR is not part
of built WAR file)
Comment 1 Pavel Buzek 2005-03-10 17:39:53 UTC
Ok, this is a regression -- it worked before I fixed the issue with slow removal
of libraries. The problem is that I do not see a way to detect that the change
is comming from library manager or from external change as opposed to libraries
node.

I am working on it.
Comment 2 Andrei Badea 2005-03-11 14:14:34 UTC
Please be sure to post the commit log.
Comment 3 Pavel Buzek 2005-03-17 06:16:40 UTC
Created attachment 20914 [details]
commit log
Comment 4 Pavel Buzek 2005-03-17 06:17:53 UTC
fixed
Comment 5 Marek Fukala 2005-03-17 10:15:34 UTC
Created attachment 20919 [details]
CVS update log
Comment 6 zikmund 2005-03-21 16:19:46 UTC
Verified in 200503201900.