[Mono-bugs] [Bug 72919][Maj] Changed - Bug in FileSystemWatcher Class
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Feb 2005 18:44:27 -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-24 02:25:50.000000000 -0500
+++ shadow/72919.tmp.16737 2005-02-24 18:44:27.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 72919
Product: Mono: Class Libraries
Version: 1.1
OS: SUSE 9.0
OS Details: Unix 2.6.8.24
-Status: REOPENED
-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
@@ -162,6 +162,34 @@
------- Additional Comments From monotoll@braindrum.de 2005-02-24 02:25 -------
Please try to enter the full watchpath instead of "." !
Example: /home/billyboy or /var/log
Then it doesnt't work anymore on my machine (watch in subdirs).
+
+------- Additional Comments From gonzalo@ximian.com 2005-02-24 18:44 -------
+gonzalo@lalo:/tmp $ mono fw2.exe WITH_SUBDIRS
+Watch also in Subdirectories !
+Enter Path to watch:
+/tmp/test
+Path OK - Start Watching !
+Press 'q' to quit !
+2/24/2005 5:39:02 PM File: /tmp/test/onefile Created 0 Archive
+2/24/2005 5:39:10 PM File: /tmp/test/onedir Created
+2/24/2005 5:39:25 PM File: /tmp/test/onedir/anotherfile Created 0 Archive
+
+
+And the second test using the managed watcher:
+gonzalo@lalo:/tmp $ export MONO_MANAGED_WATCHER=1
+gonzalo@lalo:/tmp $ rm -rf test
+gonzalo@lalo:/tmp $ mkdir test
+gonzalo@lalo:/tmp $ mono fw2.exe WITH_SUBDIRS
+Watch also in Subdirectories !
+Enter Path to watch:
+/tmp/test
+Path OK - Start Watching !
+Press 'q' to quit !
+2/24/2005 5:40:32 PM File: /tmp/test/onefile Created 0 Archive
+2/24/2005 5:40:34 PM File: /tmp/test/onedir Created
+2/24/2005 5:40:36 PM File: /tmp/test/onedir/anotherfile Created 0 Archive
+2/24/2005 5:40:36 PM File: /tmp/test/onedir Changed
+