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.java:45: non-static variable this cannot be referenced from a static context
      public static final State ACTIVE = new ActivateAgent(this);
                                                           ^
./sonet/Agent.java:46: non-static variable this cannot be referenced from a static context
      public static final State INACTIVE = new DeactivateAgent(this);
                                                               ^
2 errors
make: *** [all] Error 1