Problem with widgetset Vaadin7

Hi,

I have a problem with my project who was developped in Vaadin 7. When i want launch my application, he ask me to compile widgetset. I use Eclipse for developpement and you removed the pluging Vaadin with the button Widgetset and the button to compile the theme.

I found another solution with maven, i opened a cmd and write this command : mvn vaadin:compile and mvn vaadin:compile-theme. It work and write in green BUILD SUCCESS, but when i launch the application, i have always this message

image

What can i do to find a solution ?

Best regard.

That plugin should still exists in the Eclipse Marketplace.

Another way to compile the widgetset is to use maven plugin:

See example

And use vaadin-client-compiler

I verified in eclipse marketplace, now there is only Vaadin Tools and cant find the Vaadin pluging.

I tried your solution and it doesnt work, i have always this message

image

When i do in cmd command : mvn vaadin:compile

I mean to have this button on my eclipse:

image

19 seconds sound too fast to me, usually widgetset compilation takes a minute.