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/Individual.java:28: cannot find symbol
symbol  : method geEmail()
location: class sonet.Individual
			return (this.getId() == individual.getId() && this.getName() == individual.getName() && this.getEmail() == individual.geEmail() && this.getPhone() == individual.getPhone());
			                                                                                                                     ^
./sonet/Organization.java:25: cannot find symbol
symbol  : method geEmail()
location: class sonet.Organization
			return (this.getId() == org.getId() && this.getName() == org.getName() && this.getEmail() == org.geEmail() && this.getPhone() == org.getPhone());
			                                                                                                ^
2 errors
make: *** [all] Error 1