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`)
./social/Social.java:172:  expected
			connection.setState.(true);
			                    ^
./social/Individual.java:42: '.class' expected
		super.newConnection(int id, _connectionRequests.get(id));
		                        ^
./social/Individual.java:42: ';' expected
		super.newConnection(int id, _connectionRequests.get(id));
		                          ^
./social/Individual.java:42: ';' expected
		super.newConnection(int id, _connectionRequests.get(id));
		                                                       ^
4 errors
make: *** [all] Error 1