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`)
Note: ./rest/MailingList.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
(cd src; jar cf ../rest-core.jar `find . -name \*.class -o -name \*.java`)
Checking manager interface structure...
rm -f rest-textui-manager.jar `find . -name \*.class`
(cd src; javac -cp /usr/share/java/po-uilib.jar:/usr/share/java/rest-textui-manager-support.jar:../../rest-core/rest-core.jar -encoding UTF-8 `find . -name \*.java`)
./rest/textui/restaurant/ShowDishesOfTheDay.java:47: error: cannot find symbol
				+(p.getDisponivel() ? Message.available() : Message.unavailable()));
				                             ^
  symbol:   method available()
  location: class Message
./rest/textui/restaurant/ShowDishesOfTheDay.java:47: error: cannot find symbol
				+(p.getDisponivel() ? Message.available() : Message.unavailable()));
				                                                   ^
  symbol:   method unavailable()
  location: class Message
2 errors
make: *** [all] Error 1