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/NoveltyAlert.java:5: error: package rest.textui.clients does not exist
import rest.textui.clients.Message;
                          ^
./rest/Outlet.java:3: error: package ist.po.ui does not exist (cannot be used in the core project)
import ist.po.ui.DialogException;
                ^
./rest/Outlet.java:106: error: cannot find symbol
	public boolean restaurantAlreadyExists(Restaurant restaurant) throws DialogException{
	                                                                     ^
  symbol:   class DialogException
  location: class Outlet
./rest/DiscountAlert.java:5: error: package rest.textui.clients does not exist
import rest.textui.clients.Message;
                          ^
./rest/NoveltyAlert.java:27: error: cannot find symbol
		return _type +"|"+ Message.alertDiscount(_dish.getFood().getName());
		                          ^
  symbol:   method alertDiscount(String)
  location: class Message
./rest/DiscountAlert.java:26: error: cannot find symbol
		return _type +"|"+ Message.alertDiscount(_dish.getFood().getName());
		                          ^
  symbol:   method alertDiscount(String)
  location: class Message
6 errors
make: *** [all] Error 1