Mac OSX 10.7.1 - Modify events are not being triggered. Create & Delete are working fine (haven't tested rename). Here's what I've tried:
1. touch xyz.txt -> create event triggered
2. open textmate, modify xyz.txt and save - nothing
3. rm -f xyz.txt -> delete event triggered
1. Create a file called Simple.java in folder tmp, open file in text mate and write basic java code
2. Watch folder tmpbin
3. cd tmp
4. javac -d ../tmpbin Simple.java --> create event triggered
5. In textmate modify the file (add a constructor etc.)
6. javac -d ../tmpbin Simple.java --> NOTHING
Any help is appreciated.
This sounds suspiciously like a problem I have fixed but the fix has not made it into a release yet. I think there's an updated build attached to another bug. I should talk to Omry and possibly release a new version this weekend.
Try http://sourceforge.net/projects/jnotify/files/jnotify/jnotify-0.94/jnotify-lib-0.94.zip/download