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 172738 - Library classpath in build.properties doesn't correspond to classpath in Library Manager
Summary: Library classpath in build.properties doesn't correspond to classpath in Libr...
Status: VERIFIED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-22 09:34 UTC by Jiri Skrivanek
Modified: 2016-07-07 08:45 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 Jiri Skrivanek 2009-09-22 09:34:38 UTC
If you change Library classpath in build.properties, then it doesn't correspond to classpath in Library Manager. It can
happen when importing settings (see issue 168159). To reproduce:

- start IDE with empty userdir
- create Java project
- check Test Libraries contains JUnit 3.8.2 library
- create a test in Test Packages
- edit libs.junit.classpath in <userdir>/build.properties to some non sense value
- go back to IDE or restart IDE
- the test previously created will contain errors that JUnit library is not found
- if you open Tools|Libraries and browse JUnit 3.8.2 library, you will see classpath pointing to correct NB install location
Comment 1 Martin Balin 2016-07-07 07:18:13 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