}
}
protected void runGWTCodeServer(String[] args) throws Exception
{
Options options = new Options();
if (!options.parseArgs(args))
{
System.exit(1);
}
options.setRecompileListener(recompileListener);
try
{
com.google.gwt.dev.codeserver.CodeServer.main(options);
}
catch (Throwable t)