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 156756

Summary: Replace FileChangeSupport by FileUtil.addFileChangeListener
Product: projects Reporter: Jiri Skrivanek <jskrivanek>
Component: MavenAssignee: Milos Kleint <mkleint>
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:27 UTC
Please, replace usage of FileChangeSupport in maven by
org.openide.filesystems.FileUtil.addFileChangeListener(FileChangeListener listener, File path)/removeFileChangeListener.
Detailed description of behaviour is in javadoc.
Comment 1 Milos Kleint 2009-01-16 11:48:45 UTC
http://hg.netbeans.org/main/rev/24b70f8950da
Comment 2 Jiri Skrivanek 2009-01-16 14:34:28 UTC
Verified.
Comment 3 Quality Engineering 2009-01-17 06:54:45 UTC
Integrated into 'main-golden', will be available in build *200901170201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/24b70f8950da
User: Milos Kleint <mkleint@netbeans.org>
Log: #156756 replace custom solution with FileUtil.addFileChangeListener