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`)
(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/clients/ShowAllClients.java:8: error: cannot find symbol
public class ShowAllClients extends Command<Outlet> /*FIXME: superclass may be other */ {
                                            ^
  symbol: class Outlet
./rest/textui/clients/ShowAllClients.java:13: error: cannot find symbol
	public ShowAllClients(Outlet outlet) {
	                      ^
  symbol:   class Outlet
  location: class ShowAllClients
./rest/textui/clients/ListClientAlerts.java:12: error: cannot find symbol
public class ListClientAlerts extends Command<Outlet> /*FIXME: superclass may be other */ {
                                              ^
  symbol: class Outlet
./rest/textui/clients/ListClientAlerts.java:17: error: cannot find symbol
	public ListClientAlerts(Outlet outlet) {
	                        ^
  symbol:   class Outlet
  location: class ListClientAlerts
./rest/textui/clients/MenuBuilder.java:17: error: cannot find symbol
	public static void menuFor(Outlet outlet) {
	                           ^
  symbol:   class Outlet
  location: class MenuBuilder
./rest/textui/clients/AddClientToAlertList.java:11: error: cannot find symbol
public class AddClientToAlertList extends Command<Outlet> /*FIXME: superclass may be other */ {
                                                  ^
  symbol: class Outlet
./rest/textui/clients/AddClientToAlertList.java:16: error: cannot find symbol
	public AddClientToAlertList(Outlet outlet) {
	                            ^
  symbol:   class Outlet
  location: class AddClientToAlertList
./rest/textui/clients/RemoveClientFromAlertList.java:12: error: cannot find symbol
public class RemoveClientFromAlertList extends Command<Outlet> /*FIXME: superclass may be other */ {
                                                       ^
  symbol: class Outlet
./rest/textui/clients/RemoveClientFromAlertList.java:17: error: cannot find symbol
	public RemoveClientFromAlertList(Outlet outlet) {
	                                 ^
  symbol:   class Outlet
  location: class RemoveClientFromAlertList
./rest/textui/clients/ChangeClientType.java:12: error: cannot find symbol
public class ChangeClientType extends Command<Outlet> /*FIXME: superclass may be other */ {
                                              ^
  symbol: class Outlet
./rest/textui/clients/ChangeClientType.java:17: error: cannot find symbol
	public ChangeClientType(Outlet outlet) {
	                        ^
  symbol:   class Outlet
  location: class ChangeClientType
./rest/textui/clients/RegisterClient.java:12: error: cannot find symbol
public class RegisterClient extends Command<Outlet> /*FIXME: superclass may be other */ {
                                            ^
  symbol: class Outlet
./rest/textui/clients/RegisterClient.java:17: error: cannot find symbol
	public RegisterClient(Outlet outlet) {
	                      ^
  symbol:   class Outlet
  location: class RegisterClient
./rest/textui/restaurant/AddDishOfTheDayToOutlet.java:10: error: cannot find symbol
public class AddDishOfTheDayToOutlet extends Command<Outlet> /*FIXME: superclass may be other */ {
                                                     ^
  symbol: class Outlet
./rest/textui/restaurant/AddDishOfTheDayToOutlet.java:15: error: cannot find symbol
	public AddDishOfTheDayToOutlet(Outlet outlet) {
	                               ^
  symbol:   class Outlet
  location: class AddDishOfTheDayToOutlet
./rest/textui/restaurant/ShowDishOfTheDayCalories.java:11: error: cannot find symbol
public class ShowDishOfTheDayCalories extends Command<Outlet> /*FIXME: superclass may be other */ {
                                                      ^
  symbol: class Outlet
./rest/textui/restaurant/ShowDishOfTheDayCalories.java:16: error: cannot find symbol
	public ShowDishOfTheDayCalories(Outlet outlet) {
	                                ^
  symbol:   class Outlet
  location: class ShowDishOfTheDayCalories
./rest/textui/restaurant/RemoveDishOfTheDayFromOutlet.java:10: error: cannot find symbol
public class RemoveDishOfTheDayFromOutlet extends Command<Outlet> /*FIXME: superclass may be other */ {
                                                          ^
  symbol: class Outlet
./rest/textui/restaurant/RemoveDishOfTheDayFromOutlet.java:15: error: cannot find symbol
	public RemoveDishOfTheDayFromOutlet(Outlet outlet) {
	                                    ^
  symbol:   class Outlet
  location: class RemoveDishOfTheDayFromOutlet
./rest/textui/restaurant/MenuBuilder.java:15: error: cannot find symbol
	public static void menuFor(Outlet outlet) {
	                           ^
  symbol:   class Outlet
  location: class MenuBuilder
./rest/textui/restaurant/ShowDishesOfTheDay.java:11: error: cannot find symbol
public class ShowDishesOfTheDay extends Command<Outlet> /*FIXME: superclass may be other */ {
                                                ^
  symbol: class Outlet
./rest/textui/restaurant/ShowDishesOfTheDay.java:16: error: cannot find symbol
	public ShowDishesOfTheDay(Outlet outlet) {
	                          ^
  symbol:   class Outlet
  location: class ShowDishesOfTheDay
./rest/textui/restaurant/RegisterDishOfTheDay.java:13: error: cannot find symbol
public class RegisterDishOfTheDay extends Command<Outlet> /*FIXME: superclass may be other */ {
                                                  ^
  symbol: class Outlet
./rest/textui/restaurant/RegisterDishOfTheDay.java:18: error: cannot find symbol
	public RegisterDishOfTheDay(Outlet outlet) {
	                            ^
  symbol:   class Outlet
  location: class RegisterDishOfTheDay
./rest/textui/restaurant/ChangeDishOfTheDayDiscount.java:12: error: cannot find symbol
public class ChangeDishOfTheDayDiscount extends Command<Outlet> /*FIXME: superclass may be other */ {
                                                        ^
  symbol: class Outlet
./rest/textui/restaurant/ChangeDishOfTheDayDiscount.java:17: error: cannot find symbol
	public ChangeDishOfTheDayDiscount(Outlet outlet) {
	                                  ^
  symbol:   class Outlet
  location: class ChangeDishOfTheDayDiscount
./rest/textui/manager/OpenSearchMenu.java:11: error: cannot find symbol
public class OpenSearchMenu extends Command<Outlet> /*FIXME: superclass may be other */ {
                                            ^
  symbol: class Outlet
./rest/textui/manager/OpenSearchMenu.java:16: error: cannot find symbol
	public OpenSearchMenu(Outlet outlet) {
	                      ^
  symbol:   class Outlet
  location: class OpenSearchMenu
./rest/textui/manager/OpenFoodMenu.java:11: error: cannot find symbol
public class OpenFoodMenu extends Command<Outlet> /*FIXME: superclass may be other */ {
                                          ^
  symbol: class Outlet
./rest/textui/manager/OpenFoodMenu.java:16: error: cannot find symbol
	public OpenFoodMenu(Outlet outlet) {
	                    ^
  symbol:   class Outlet
  location: class OpenFoodMenu
./rest/textui/manager/OpenRestaurantsMenu.java:11: error: cannot find symbol
public class OpenRestaurantsMenu extends Command<Outlet> /*FIXME: superclass may be other */ {
                                                 ^
  symbol: class Outlet
./rest/textui/manager/OpenRestaurantsMenu.java:16: error: cannot find symbol
	public OpenRestaurantsMenu(Outlet outlet) {
	                           ^
  symbol:   class Outlet
  location: class OpenRestaurantsMenu
./rest/textui/manager/MenuBuilder.java:16: error: cannot find symbol
	public static void menuFor(Outlet outlet) {
	                           ^
  symbol:   class Outlet
  location: class MenuBuilder
./rest/textui/manager/OpenClientsMenu.java:11: error: cannot find symbol
public class OpenClientsMenu extends Command<Outlet> /*FIXME: superclass may be other */ {
                                             ^
  symbol: class Outlet
./rest/textui/manager/OpenClientsMenu.java:16: error: cannot find symbol
	public OpenClientsMenu(Outlet outlet) {
	                       ^
  symbol:   class Outlet
  location: class OpenClientsMenu
./rest/textui/manager/Save.java:11: error: cannot find symbol
public class Save extends Command<Outlet> /*FIXME: superclass may be other */ {
                                  ^
  symbol: class Outlet
./rest/textui/manager/Save.java:16: error: cannot find symbol
	public Save(Outlet outlet) {
	            ^
  symbol:   class Outlet
  location: class Save
./rest/textui/manager/New.java:10: error: cannot find symbol
public class New extends Command<Outlet> /*FIXME: superclass may be other */ {
                                 ^
  symbol: class Outlet
./rest/textui/manager/New.java:15: error: cannot find symbol
	public New(Outlet outlet) {
	           ^
  symbol:   class Outlet
  location: class New
./rest/textui/manager/SaveAs.java:11: error: cannot find symbol
public class SaveAs extends Command<Outlet> /*FIXME: superclass may be other */ {
                                    ^
  symbol: class Outlet
./rest/textui/manager/SaveAs.java:16: error: cannot find symbol
	public SaveAs(Outlet outlet) {
	              ^
  symbol:   class Outlet
  location: class SaveAs
./rest/textui/manager/Open.java:11: error: cannot find symbol
public class Open extends Command<Outlet> /*FIXME: superclass may be other */ {
                                  ^
  symbol: class Outlet
./rest/textui/manager/Open.java:16: error: cannot find symbol
	public Open(Outlet outlet) {
	            ^
  symbol:   class Outlet
  location: class Open
./rest/textui/search/MenuBuilder.java:16: error: cannot find symbol
	public static void menuFor(Outlet outlet) {
	                           ^
  symbol:   class Outlet
  location: class MenuBuilder
./rest/textui/search/ShowClientsWithClosedOrders.java:10: error: cannot find symbol
public class ShowClientsWithClosedOrders extends Command<Outlet> /*FIXME: superclass may be other */ {
                                                         ^
  symbol: class Outlet
./rest/textui/search/ShowClientsWithClosedOrders.java:15: error: cannot find symbol
	public ShowClientsWithClosedOrders(Outlet outlet) {
	                                   ^
  symbol:   class Outlet
  location: class ShowClientsWithClosedOrders
./rest/textui/search/ShowVegetarianFood.java:10: error: cannot find symbol
public class ShowVegetarianFood extends Command<Outlet> /*FIXME: superclass may be other */ {
                                                ^
  symbol: class Outlet
./rest/textui/search/ShowVegetarianFood.java:15: error: cannot find symbol
	public ShowVegetarianFood(Outlet outlet) {
	                          ^
  symbol:   class Outlet
  location: class ShowVegetarianFood
./rest/textui/search/ShowRestaurantsWithDiscounts.java:10: error: cannot find symbol
public class ShowRestaurantsWithDiscounts extends Command<Outlet> /*FIXME: superclass may be other */ {
                                                          ^
  symbol: class Outlet
./rest/textui/search/ShowRestaurantsWithDiscounts.java:15: error: cannot find symbol
	public ShowRestaurantsWithDiscounts(Outlet outlet) {
	                                    ^
  symbol:   class Outlet
  location: class ShowRestaurantsWithDiscounts
./rest/textui/search/ShowClientsWithoutAlerts.java:10: error: cannot find symbol
public class ShowClientsWithoutAlerts extends Command<Outlet> /*FIXME: superclass may be other */ {
                                                      ^
  symbol: class Outlet
./rest/textui/search/ShowClientsWithoutAlerts.java:15: error: cannot find symbol
	public ShowClientsWithoutAlerts(Outlet outlet) {
	                                ^
  symbol:   class Outlet
  location: class ShowClientsWithoutAlerts
./rest/textui/restaurants/ShowAllRestaurants.java:10: error: cannot find symbol
public class ShowAllRestaurants extends Command<Outlet> /*FIXME: superclass may be other */ {
                                                ^
  symbol: class Outlet
./rest/textui/restaurants/ShowAllRestaurants.java:15: error: cannot find symbol
	public ShowAllRestaurants(Outlet outlet) {
	                          ^
  symbol:   class Outlet
  location: class ShowAllRestaurants
./rest/textui/restaurants/MenuBuilder.java:15: error: cannot find symbol
	public static void menuFor(Outlet outlet) {
	                           ^
  symbol:   class Outlet
  location: class MenuBuilder
./rest/textui/restaurants/ManageRestaurant.java:12: error: cannot find symbol
public class ManageRestaurant extends Command<Outlet> /*FIXME: superclass may be other */ {
                                              ^
  symbol: class Outlet
./rest/textui/restaurants/ManageRestaurant.java:17: error: cannot find symbol
	public ManageRestaurant(Outlet outlet) {
	                        ^
  symbol:   class Outlet
  location: class ManageRestaurant
./rest/textui/restaurants/RegisterRestaurant.java:11: error: cannot find symbol
public class RegisterRestaurant extends Command<Outlet> /*FIXME: superclass may be other */ {
                                                ^
  symbol: class Outlet
./rest/textui/restaurants/RegisterRestaurant.java:16: error: cannot find symbol
	public RegisterRestaurant(Outlet outlet) {
	                          ^
  symbol:   class Outlet
  location: class RegisterRestaurant
./rest/textui/food/ShowAllFood.java:11: error: cannot find symbol
public class ShowAllFood extends Command<Outlet> /*FIXME: superclass may be other */ {
                                         ^
  symbol: class Outlet
./rest/textui/food/ShowAllFood.java:16: error: cannot find symbol
	public ShowAllFood(Outlet outlet) {
	                   ^
  symbol:   class Outlet
  location: class ShowAllFood
./rest/textui/food/DescribePreparedFood.java:13: error: cannot find symbol
public class DescribePreparedFood extends Command<Outlet> /*FIXME: superclass may be other */ {
                                                  ^
  symbol: class Outlet
./rest/textui/food/DescribePreparedFood.java:18: error: cannot find symbol
	public DescribePreparedFood(Outlet outlet) {
	                            ^
  symbol:   class Outlet
  location: class DescribePreparedFood
./rest/textui/food/RegisterPreparedFood.java:13: error: cannot find symbol
public class RegisterPreparedFood extends Command<Outlet> /*FIXME: superclass may be other */ {
                                                  ^
  symbol: class Outlet
./rest/textui/food/RegisterPreparedFood.java:18: error: cannot find symbol
	public RegisterPreparedFood(Outlet outlet) {
	                            ^
  symbol:   class Outlet
  location: class RegisterPreparedFood
./rest/textui/food/MenuBuilder.java:16: error: cannot find symbol
	public static void menuFor(Outlet outlet) {
	                           ^
  symbol:   class Outlet
  location: class MenuBuilder
./rest/textui/food/RegisterFood.java:13: error: cannot find symbol
public class RegisterFood extends Command<Outlet> /*FIXME: superclass may be other */ {
                                          ^
  symbol: class Outlet
./rest/textui/food/RegisterFood.java:18: error: cannot find symbol
	public RegisterFood(Outlet outlet) {
	                    ^
  symbol:   class Outlet
  location: class RegisterFood
./rest/textui/food/ChangeFoodProperties.java:12: error: cannot find symbol
public class ChangeFoodProperties extends Command<Outlet> /*FIXME: superclass may be other */ {
                                                  ^
  symbol: class Outlet
./rest/textui/food/ChangeFoodProperties.java:17: error: cannot find symbol
	public ChangeFoodProperties(Outlet outlet) {
	                            ^
  symbol:   class Outlet
  location: class ChangeFoodProperties
./rest/textui/Manager.java:12: error: method menuFor in class MenuBuilder cannot be applied to given types;
    rest.textui.manager.MenuBuilder.menuFor(/*FIXME: target core object(s) */);
                                   ^
  required: Outlet
  found: no arguments
  reason: actual and formal argument lists differ in length
./rest/textui/manager/OpenSearchMenu.java:25: error: cannot find symbol
		rest.textui.search.MenuBuilder.menuFor(outlet);
		                                       ^
  symbol:   variable outlet
  location: class OpenSearchMenu
./rest/textui/manager/OpenFoodMenu.java:25: error: cannot find symbol
		rest.textui.food.MenuBuilder.menuFor(outlet);
		                                     ^
  symbol:   variable outlet
  location: class OpenFoodMenu
./rest/textui/manager/OpenRestaurantsMenu.java:25: error: cannot find symbol
		rest.textui.restaurants.MenuBuilder.menuFor(outlet);
		                                            ^
  symbol:   variable outlet
  location: class OpenRestaurantsMenu
./rest/textui/manager/OpenClientsMenu.java:25: error: cannot find symbol
		rest.textui.clients.MenuBuilder.menuFor(outlet);
		                                        ^
  symbol:   variable outlet
  location: class OpenClientsMenu
75 errors
make: *** [all] Error 1