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 - Replace FileChangeSupport by FileUtil.addFileChangeListener
Summary: Replace FileChangeSupport by FileUtil.addFileChangeListener
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on: 33162
Blocks:
  Show dependency tree
 
Reported: 2009-01-14 10:44 UTC by Jiri Skrivanek
Modified: 2009-02-19 22:43 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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