eclipse-plugin
eclipse-plugin copied to clipboard
Local client-side code + widgetset compilation should work out-of-the-box
I shouldn't need to come up with my own .gwt.xml and pom.xml changes to get a widgetset compiled to include my local client-side classes. If they aren't included by default, there should at least be a configuration option for adding them in the project creation.
Since Vaadin 7.7 the .gwt.xml is generated, if add-ons exists in the project classpath. Local compilation is still the default.
One solution would be to expand this to scan also Connect-annotations and include the package in the .gwt.xml.
(Note: This functionality is actually part of the Maven plugin.)