BindingProperty bindingProperty = (BindingProperty) userAgent;
bindingProperty.setAllowedValues(bindingProperty.getRootCondition(),
userAgents);
}
}
LegacyCompilerOptions newOptions = new GWTCompilerOptionsImpl(options);
if (!new GWTCompiler(newOptions).run(getTopLogger(), module)) {
throw new UnableToCompleteException();
}
// TODO(scottb): prepopulate currentCompilationState somehow?
}