Checking core structure...
compile_project:10: no matches found: *.in
rm -f po-grt-core.jar `find . -name \*.class`
(cd src; javac -encoding UTF-8 `find . -name \*.java`)
./grt/Client.java:74: cannot find symbol
symbol  : class GoldStatus
location: class grt.Client
	private ClientStatus GOLD = new GoldStatus();
	                                ^
1 error
make: *** [all] Error 1