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/Manager.java:81: error: cannot find symbol
			return showPath(_parentDirectory) + '/' + getDirectoryName(_workDir);
			                                          ^
  symbol:   method getDirectoryName(Directory)
  location: class Manager
./poof/Manager.java:91: error: method listEntry in class FileSystem cannot be applied to given types;
		_fileSystem.listEntry(entryName);
		           ^
  required: String,Directory
  found: String
  reason: actual and formal argument lists differ in length
./poof/Manager.java:95: error: cannot find symbol
		_fileSystem.listUser();
		           ^
  symbol:   method listUser()
  location: variable _fileSystem of type FileSystem
3 errors
make: *** [all] Error 1