Recent changes to the file system connector have broken the build. It looks like the tests run fine locally but not on Hudson, making me think the problem may be with file permissions. These unit tests appear to be modifying the content under the 'src/test/resources' directory, which is generally not a good idea. Instead, the tests should copy the information over to the 'target' directory, and then operate the tests from there.