[Mono-bugs] [Bug 72919][Maj] Changed - Bug in FileSystemWatcher Class
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Feb 2005 11:15:08 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72919
--- shadow/72919 2005-02-23 10:16:04.000000000 -0500
+++ shadow/72919.tmp.11235 2005-02-23 11:15:08.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 72919
Product: Mono: Class Libraries
Version: 1.1
OS: SUSE 9.2
OS Details: Unix 2.6.8.24
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Major
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: monotoll@braindrum.de
QAContact: mono-bugs@ximian.com
@@ -142,6 +142,20 @@
}
------- Additional Comments From monotoll@braindrum.de 2005-02-23 10:16 -------
Created an attachment (id=14351)
Code to reproduce the Bug
+
+------- Additional Comments From gonzalo@ximian.com 2005-02-23 11:15 -------
+gonzalo@lalo:/tmp/kk $ mono kk.exe WITH_SUBDIRS
+Watch also in Subdirectories !
+Enter Path to watch:
+.
+Path OK - Start Watching !
+Press 'q' to quit !
+2/23/2005 10:10:36 AM File: /tmp/kk/kk Created
+2/23/2005 10:10:40 AM File: /tmp/kk/kk/lalala Created 0 Archive
+2/23/2005 10:10:40 AM File: /tmp/kk/kk Changed
+
+I tried both the FAM watched and the managed watched (see 'man mono',
+look for MANAGED) and they both work fine.