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/SistemaFicheiros.java:18: error: illegal start of expression
  public MenuShell MostrarMenu()/* throws SomeException */ { }
  ^
./poof/SistemaFicheiros.java:18: error: ';' expected
  public MenuShell MostrarMenu()/* throws SomeException */ { }
                              ^
./poof/SistemaFicheiros.java:20: error: reached end of file while parsing
}
 ^
./poof/MenuShell.java:28: error: reached end of file while parsing
  public void MudarDono(String nome) { }
                                        ^
4 errors
make: *** [all] Error 1