Widgetset compilation when not a Dynamic web project

Hi,

I’m fitting Vaadin into an existing app that, in Eclipse, is not a ‘Dynamic Web project’ (and and can’t make it one).

The Vaadin compilation button complains that it is not a Dynamic web project.

Is there a way around this? Somehow tell it where to compile to?

Thanks

Michael

Hi.

Have you tried compiling the widgetset with ant instead of using the plugin?

You can look in the Book of Vaadin at chapter 11.8. GWT Widget Development
more specifically: 11.8.4. Compiling GWT Widget Sets
https://vaadin.com/book/-/page/gwt.development.html

and modify the sample script
https://vaadin.com/download/misc/build-widgetset.xml

  • Mikael