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 54302 - Added Test library clears deploy setting of all libraries
Summary: Added Test library clears deploy setting of all libraries
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-01 17:10 UTC by zikmund
Modified: 2006-03-24 13:05 UTC (History)
0 users

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 zikmund 2005-02-01 17:10:13 UTC
Build 20050201-1431

1) Have a WebApp
2) Go to project's properties | Libraries
3) Add a library (e.g. JSTL) to Compile tab, note:
it has Deployment checkbox set
4) Go to Projects view
5) Add a library to Test Libraries
6) Go to project's properties | Libraries
7) ERROR:
All libraries in Compile tab has Deployment
checkbox turned off.
Comment 1 Andrei Badea 2005-02-01 17:31:23 UTC
Fixed.

Checking in classpath/WebProjectClassPathExtender.java;
/cvs/web/project/src/org/netbeans/modules/web/project/classpath/WebProjectClassPathExtender.java,v
 <--  WebProjectClassPathExtender.java
new revision: 1.5; previous revision: 1.4
done
Comment 2 zikmund 2005-02-04 16:35:24 UTC
Verified.