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 156757

Summary: Replace FileChangeSupport by FileUtil.addFileChangeListener
Product: ruby Reporter: Jiri Skrivanek <jskrivanek>
Component: RakeAssignee: Erno Mononen <emononen>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 33162    
Bug Blocks:    

Description Jiri Skrivanek 2009-01-14 10:44:33 UTC
Please, replace usage of FileChangeSupport in ruby.rakeproject by
org.openide.filesystems.FileUtil.addFileChangeListener(FileChangeListener listener, File path)/removeFileChangeListener.
Detailed description of behaviour is in javadoc.
Comment 1 Erno Mononen 2009-06-22 15:41:37 UTC
Fixed some time ago in 4b4a4e36af0d.
Comment 2 Jiri Skrivanek 2009-07-16 12:45:36 UTC
Verified.