gwt-gradle-plugin icon indicating copy to clipboard operation
gwt-gradle-plugin copied to clipboard

Option indicating the use of RequestFactory?

Open davepuchyr opened this issue 11 years ago • 0 comments

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.

davepuchyr avatar Aug 27 '14 00:08 davepuchyr