dstl / baleen

Entity Extraction Text Processor
Apache License 2.0
148 stars 40 forks source link

Fixes #1 - Enables Baleen to build on a Mac #4

Closed jamesdbaker closed 9 years ago

jamesdbaker commented 9 years ago

Two issues were identified which prevented the tests from passing on the Mac: one where file paths weren't being correctly compared; and one where the sleep delay was too low for the polling approach that the JDK takes for WatchService on a Mac (there is no native implementation).

Fixes #1