Checking core structure...
compile_project:10: no matches found: *.in
rm -f sonet-core.jar `find . -name \*.class`
(cd src; javac -encoding UTF-8 -cp /usr/share/java/sonet-core-support.jar `find . -name \*.java`)
./sonet/agent/Agent.java:41: warning: unmappable character for encoding UTF-8
	 * liga��es estabelecidas com o agente as keys correspondem ao identificador
	       ^
./sonet/agent/Agent.java:41: warning: unmappable character for encoding UTF-8
	 * liga��es estabelecidas com o agente as keys correspondem ao identificador
	        ^
./sonet/agent/Agent.java:42: warning: unmappable character for encoding UTF-8
	 * do outro lado da liga��o
	                        ^
./sonet/agent/Agent.java:42: warning: unmappable character for encoding UTF-8
	 * do outro lado da liga��o
	                         ^
./sonet/agent/Agent.java:138: warning: unmappable character for encoding UTF-8
	 * devolve as liga��es do agente
	                  ^
./sonet/agent/Agent.java:138: warning: unmappable character for encoding UTF-8
	 * devolve as liga��es do agente
	                   ^
./sonet/mymanagers/SocialNetworkManager.java:6: package ist.po.ui does not exist
import static ist.po.ui.Dialog.IO;
                       ^
./sonet/mymanagers/SocialNetworkManager.java:6: static import only from classes and interfaces
import static ist.po.ui.Dialog.IO;
^
./sonet/mymanagers/SocialNetworkManager.java:13: package sonet.textui does not exist
import sonet.textui.ManagerData;
                   ^
./sonet/SocialNetwork.java:267: cannot find symbol
symbol  : variable _receiver
location: class sonet.SocialNetwork
			Agent a = _receiver.getAgent(recipientsId.get(index));
			          ^
./sonet/SocialNetwork.java:337: cannot find symbol
symbol  : variable _receiver
location: class sonet.SocialNetwork
			Agent a = _receiver.getAgent(recipientsId.get(index));
			          ^
./sonet/messages/ErrorMessage.java:9: cannot find symbol
symbol  : constructor Message(java.lang.Integer,sonet.agent.Agent,sonet.agent.Agent,java.lang.String,java.lang.String)
location: class sonet.messages.Message
		super(id, sender, receiver, subject, text);
		^
./sonet/messages/Reply.java:12: cannot find symbol
symbol  : constructor Message(java.lang.Integer,sonet.agent.Agent,sonet.agent.Agent,java.lang.String,java.lang.String)
location: class sonet.messages.Message
		super(id, sender, m1.getSender(), /*inReply() +*/ m1.getSubject(), text);
		^
./sonet/messages/Reply.java:13: _attachList has private access in sonet.messages.Message
		_attachList = new ArrayList();
		^
./sonet/messages/Reply.java:14: _attachList has private access in sonet.messages.Message
		_attachList.add(m1);
		^
./sonet/messages/Reply.java:15: cannot find symbol
symbol  : variable attachLiat
location: class sonet.messages.Reply
		_attachList.addAll(attachLiat);
		                   ^
./sonet/messages/Reply.java:15: _attachList has private access in sonet.messages.Message
		_attachList.addAll(attachLiat);
		^
11 errors
6 warnings
make: *** [all] Error 1