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 72912

Summary: Source roots not refreshed
Product: apisupport Reporter: Jiri Skrivanek <jskrivanek>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: VERIFIED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Skrivanek 2006-02-22 09:01:02 UTC
Source roots of NbModuleProject are not refreshed when files which should be
recognized as source root added to FS. To reproduce:

- create a new standalone NB project (NetBeans Plug-in  Modules|Module Project)
- go to Files view
- create folder test/aaa/src
- create ant script test/build-aaa.xml but project view is not changed. There
should be added "aaa Test Packagages" source root but it not happens until
restart of IDE.

Build 20060220-0329, JDK1.5.0_06, WindowsXP.
Comment 1 Jesse Glick 2006-02-22 15:17:24 UTC
True. Only applies to unusual test dirs, though, not unit nor qa-functional nor
qa-performance. There is already only minimal support for these: the source dirs
appears but the classpath is not defined, etc.
Comment 2 Jesse Glick 2008-06-19 23:20:15 UTC
Will not be applicable after simpletests branch is merged.
Comment 3 Jiri Skrivanek 2008-06-20 08:11:47 UTC
Verified.