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/File.java:44: error: unreported exception IsNotDirectoryException; must be caught or declared to be thrown
	      v.visitFile(this);
	                 ^
1 error
make: *** [all] Error 1