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 61085 - classpath for qa-functional tests is not updated in runtime
Summary: classpath for qa-functional tests is not updated in runtime
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-18 16:48 UTC by pzajac
Modified: 2005-11-16 13:20 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 pzajac 2005-07-18 16:48:33 UTC
The compilation classpath for qa-functional test is stored in
test.qa-functional.cp.extra property. The property is in
projectdir/nbproject/project.properties file. 

The library is not used for editing test when is added  to
test.qa-functional.cp.extra property. It works correctly after restarting ide.
There should be added listener to project.properties file in order to updating
the classpath on saving the project.properties file.
Comment 1 Jesse Glick 2005-07-18 19:16:03 UTC
Yes, I know about it, just didn't get to fixing it yet...
Comment 2 Jesse Glick 2005-11-03 04:02:01 UTC
With a few other changes:

committed   * Up-To-Date  1.125      
apisupport/project/src/org/netbeans/modules/apisupport/project/NbModuleProject.java
committed   * Up-To-Date  1.5        
apisupport/project/src/org/netbeans/modules/apisupport/project/queries/ClassPathProviderImpl.java
committed   * Up-To-Date  1.21       
apisupport/project/test/unit/src/org/netbeans/modules/apisupport/project/queries/ClassPathProviderImplTest.java
Comment 3 pzajac 2005-11-16 13:20:30 UTC
verified