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 - Source roots not refreshed
Summary: Source roots not refreshed
Status: VERIFIED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-22 09:01 UTC by Jiri Skrivanek
Modified: 2008-06-20 08:11 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 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.