Checking core structure...
compile_project:10: no matches found: *.in
rm -f rest-core.jar `find . -name \*.class`
(cd src; javac -encoding UTF-8 `find . -name \*.java`)
./rest/Outlet.java:141: error: cannot find symbol
    for (PratoDia pd: _pratoDia.values()) 
                               ^
  symbol:   method values()
  location: variable _pratoDia of type ArrayList<PratoDia>
./rest/PratoDia.java:39: error: cannot find symbol
    return convertType(_vegetariano) + "|" + "|" + _nome + "|" + _preço + "|" + _desconto + "|" + convertDisponivel(_disponivel);
                       ^
  symbol:   variable _vegetariano
  location: class PratoDia
2 errors
make: *** [all] Error 1