Checking core structure...
compile_project:10: no matches found: *.in
rm -f poof-core.jar `find . -name \*.class`
(cd src; javac -encoding UTF-8 `find . -name \*.java`)
./poof/FSNotFoundException.java:7: error: ';' expected
	  _fs.setName()
	               ^
./poof/FSNotFoundException.java:15: error: reached end of file while parsing
}
 ^
2 errors
make: *** [all] Error 1