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 122075 - changes on disk seem to cause file and project views to collapse
Summary: changes on disk seem to cause file and project views to collapse
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P4 blocker (vote)
Assignee: issues@ruby
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-11-16 00:29 UTC by jerrett
Modified: 2011-01-28 20: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 jerrett 2007-11-16 00:29:42 UTC
I haven't been able to pinpoint it exactly, but it seems to be triggered from any external changes or access of files
from  outside netbeans - causing the tree view to collapse completely


has happened in the last few nightlies, most recently tested on todays (nov 15)
Comment 1 jerrett 2007-11-23 00:39:10 UTC
figured it out, it's happening when i run my specs - after all specs pass i have it set to run rcov, which dumps removes
the root 'coverage' directory, then recreates it and dumps html files into it


this causes the whole project tre in "files" view for that project to collapse
Comment 2 Martin Krauskopf 2008-02-28 12:47:47 UTC
Hi Jerret. I've tried to simulate with custom rake task creating, deleting root folder in my project, I've also try to
reproduce with rcov running on my Rails project. But never succeed to reproduce.
If you would have some simpler steps to reproduce, like "1) create a new Rails project, 2) create a new rake task, 3)
run it, ...) it would help.