hawk
hawk copied to clipboard
Clojure file and directory watcher using the JDK 7 java.nio.file.WatchService and Barbary WatchService
Hawk currently depends on the Barbary WatchService. They don't advertise it very clearly on their website, but it's under the GPL v2 because it includes OpenJDK code - see [here](https://github.com/gjoseph/BarbaryWatchService/issues/6)...
Hi, I do not know if I am doing something wrong, but I am unable to work under Windows operating system with library. I have created simple watcher: ``` (hawk/watch!...
Hi, just playing around with hawk, learning clojure, etc. I noticed that if I add a directory, the watcher previously set no longer watches the new directory For example, if...