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:91: illegal start of expression
	}
	^
./sonet/agent/Agent.java:93: illegal start of expression
	public void setNTelemovel(int nTelemovel){
	^
./sonet/agent/Agent.java:93: ';' expected
	public void setNTelemovel(int nTelemovel){
	      ^
./sonet/agent/Agent.java:93: '.class' expected
	public void setNTelemovel(int nTelemovel){
	                              ^
./sonet/agent/Agent.java:93: ';' expected
	public void setNTelemovel(int nTelemovel){
	                                        ^
./sonet/agent/Agent.java:97: illegal start of expression
	public boolean getStatus(){
	^
./sonet/agent/Agent.java:97: ';' expected
	public boolean getStatus(){
	                        ^
./sonet/agent/Agent.java:100: illegal start of expression
	public void setStatus(boolean status){
	^
./sonet/agent/Agent.java:100: illegal start of expression
	public void setStatus(boolean status){
	       ^
./sonet/agent/Agent.java:100: ';' expected
	public void setStatus(boolean status){
	                     ^
./sonet/agent/Agent.java:100: ';' expected
	public void setStatus(boolean status){
	                                    ^
./sonet/agent/Agent.java:103: illegal start of expression
	public void changeStatus(){
	^
./sonet/agent/Agent.java:103: illegal start of expression
	public void changeStatus(){
	       ^
./sonet/agent/Agent.java:103: ';' expected
	public void changeStatus(){
	                        ^
./sonet/agent/Agent.java:112: illegal start of expression
	public Agent (String type, String name, String mail, String nTelemovel){
	^
./sonet/agent/Agent.java:112: ')' expected
	public Agent (String type, String name, String mail, String nTelemovel){
	                    ^
./sonet/agent/Agent.java:112: illegal start of expression
	public Agent (String type, String name, String mail, String nTelemovel){
	                         ^
./sonet/agent/Agent.java:112: ';' expected
	public Agent (String type, String name, String mail, String nTelemovel){
	                                 ^
./sonet/agent/Agent.java:112: not a statement
	public Agent (String type, String name, String mail, String nTelemovel){
	                                  ^
./sonet/agent/Agent.java:112: ';' expected
	public Agent (String type, String name, String mail, String nTelemovel){
	                                      ^
./sonet/agent/Agent.java:112: ';' expected
	public Agent (String type, String name, String mail, String nTelemovel){
	                                                           ^
./sonet/agent/Agent.java:112: not a statement
	public Agent (String type, String name, String mail, String nTelemovel){
	                                                            ^
./sonet/agent/Agent.java:112: ';' expected
	public Agent (String type, String name, String mail, String nTelemovel){
	                                                                      ^
./sonet/agent/Agent.java:124: ';' expected
	public boolean equals(Object agent) {
	                     ^
./sonet/agent/Agent.java:124: ';' expected
	public boolean equals(Object agent) {
	                                  ^
./sonet/agent/Agent.java:129: illegal start of expression
    public ArrayList getPublications(){
    ^
./sonet/agent/Agent.java:129: ';' expected
    public ArrayList getPublications(){
                                                  ^
./sonet/agent/Agent.java:133: illegal start of expression
    public void insertPublication(Publications publication){
    ^
./sonet/agent/Agent.java:133: illegal start of expression
    public void insertPublication(Publications publication){
           ^
./sonet/agent/Agent.java:133: ';' expected
    public void insertPublication(Publications publication){
                                 ^
./sonet/agent/Agent.java:133: ';' expected
    public void insertPublication(Publications publication){
                                                          ^
./sonet/agent/Agent.java:137: illegal start of expression
    public ArrayList getMessages(){
    ^
./sonet/agent/Agent.java:137: ';' expected
    public ArrayList getMessages(){
                                          ^
./sonet/agent/Agent.java:141: illegal start of expression
    public void insertMessages(Messages message){
    ^
./sonet/agent/Agent.java:141: illegal start of expression
    public void insertMessages(Messages message){
           ^
./sonet/agent/Agent.java:141: ';' expected
    public void insertMessages(Messages message){
                              ^
./sonet/agent/Agent.java:141: ';' expected
    public void insertMessages(Messages message){
                                               ^
./sonet/agent/Agent.java:145: illegal start of expression
    public void blockAgents(ArrayList agents, Publications publication){
    ^
./sonet/agent/Agent.java:145: illegal start of expression
    public void blockAgents(ArrayList agents, Publications publication){
           ^
./sonet/agent/Agent.java:145: ';' expected
    public void blockAgents(ArrayList agents, Publications publication){
                           ^
./sonet/agent/Agent.java:145: ';' expected
    public void blockAgents(ArrayList agents, Publications publication){
                                                                   ^
./sonet/agent/Agent.java:145: not a statement
    public void blockAgents(ArrayList agents, Publications publication){
                                                                    ^
./sonet/agent/Agent.java:145: ';' expected
    public void blockAgents(ArrayList agents, Publications publication){
                                                                               ^
./sonet/agent/Agent.java:153: illegal start of expression
    public void unblockAgents(ArrayList agents, Publications publication){
    ^
./sonet/agent/Agent.java:153: illegal start of expression
    public void unblockAgents(ArrayList agents, Publications publication){
           ^
./sonet/agent/Agent.java:153: ';' expected
    public void unblockAgents(ArrayList agents, Publications publication){
                             ^
./sonet/agent/Agent.java:153: ';' expected
    public void unblockAgents(ArrayList agents, Publications publication){
                                                                     ^
./sonet/agent/Agent.java:153: not a statement
    public void unblockAgents(ArrayList agents, Publications publication){
                                                                      ^
./sonet/agent/Agent.java:153: ';' expected
    public void unblockAgents(ArrayList agents, Publications publication){
                                                                                 ^
./sonet/agent/Agent.java:166: reached end of file while parsing
}
 ^
./sonet/agent/Organizacao.java:9: invalid method declaration; return type required
public Individual(String type, int id, String name, String mail, String nTelemovel){
       ^
51 errors
make: *** [all] Error 1