gwt-gradle-plugin
gwt-gradle-plugin copied to clipboard
Option indicating the use of RequestFactory?
If RequestFactory is used in a GWT project then an option needs to be set so that the ValidationTool is run. See https://code.google.com/p/google-web-toolkit/wiki/RequestFactoryInterfaceValidation#Eclipse for details; they are not tricky. This issue is a feature request to include a plugin option that gets integrated into the Eclipse project file generated by the eclipse task.
A hack might be to check if requestfactory-apt.jar is a dependency, which indicates that the RequestFactory is being used and the ValidationTool should be run. Otherwise, if the RequestFactory option is set then the requestfactory-apt.jar must be a dependency.