it is an error in the code, at line 194 in handler.java. the line return ""+LABEL_STRING+";; can never be reached, because the method returns first. try deleting that line, or moving the return statement.
Or, grab the latest version of the code, where no such errors exist. Latest cvs compiled fine for me. |