Checking core structure...
compile_project:10: no matches found: *.in
rm -f po-grt-core.jar `find . -name \*.class`
(cd src; javac -encoding UTF-8 `find . -name \*.java`)
./grt/client/Client.java:4: package grt.textui.cliente does not exist
import grt.textui.cliente.Message;
                         ^
./grt/mobiles/Mobile.java:3: package grt.textui.mobile does not exist
import grt.textui.mobile.Message;
                        ^
./grt/Grt.java:3: package pt.utl.ist.po.ui does not exist
import pt.utl.ist.po.ui.Menu;
                       ^
./grt/Grt.java:4: package pt.utl.ist.po.ui does not exist
import pt.utl.ist.po.ui.Command;
                       ^
./grt/Grt.java:21: package pt.utl.ist.po.ui does not exist
import static pt.utl.ist.po.ui.UserInteraction.IO;
                              ^
./grt/Grt.java:21: static import only from classes and interfaces
import static pt.utl.ist.po.ui.UserInteraction.IO;
^
./grt/Grt.java:30: cannot find symbol
symbol  : class Menu
location: class grt.Grt
	Menu menu = new Menu(grt.textui.main.MenuEntry.TITLE, new Command[] {
	^
./grt/Grt.java:30: cannot find symbol
symbol  : class Menu
location: class grt.Grt
	Menu menu = new Menu(grt.textui.main.MenuEntry.TITLE, new Command[] {
	                ^
./grt/Grt.java:30: package grt.textui.main does not exist
	Menu menu = new Menu(grt.textui.main.MenuEntry.TITLE, new Command[] {
	                                    ^
./grt/Grt.java:30: cannot find symbol
symbol  : class Command
location: class grt.Grt
	Menu menu = new Menu(grt.textui.main.MenuEntry.TITLE, new Command[] {
	                                                          ^
./grt/Grt.java:31: package grt.textui.main.commands does not exist
	    new grt.textui.main.commands.Criar(this),
	                                ^
./grt/Grt.java:32: package grt.textui.main.commands does not exist
	    new grt.textui.main.commands.Abrir(this),
	                                ^
./grt/Grt.java:33: package grt.textui.main.commands does not exist
	    new grt.textui.main.commands.Guardar(this),
	                                ^
./grt/Grt.java:34: package grt.textui.main.commands does not exist
	    new grt.textui.main.commands.GuardarComo(this),
	                                ^
./grt/Grt.java:35: package grt.textui.main.commands does not exist
	    new grt.textui.main.commands.MenuDeOperacao(this) });
	                                ^
./grt/Grt.java:94: cannot find symbol
symbol  : variable IO
location: class grt.Grt
		  IO.println("Ficheiro nao encontrado!");
		  ^
./grt/Grt.java:98: cannot find symbol
symbol  : variable IO
location: class grt.Grt
		  IO.println(open.toString());
		  ^
17 errors
make: *** [all] Error 1