eclipse-plugin icon indicating copy to clipboard operation
eclipse-plugin copied to clipboard

Local client-side code + widgetset compilation should work out-of-the-box

Open Ansku opened this issue 8 years ago • 1 comments

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.

Ansku avatar Oct 03 '16 10:10 Ansku

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.)

samie avatar Oct 03 '16 11:10 samie