I created my project using Maven and a Vaadin archetype.
Till now it worked perfectly.
Now I added the TreeTable maven artifact and tired to use it.
I get an error telling me I need to rebuild the widgetset.
I tried using the Compile Vaadin widgetset button but I get an error “Select a widgetset file or a Vaadin project to compile”.
What’s wrong ?
Did I forget something?
Tks
Tullio
I had this problem, too, when I first started my project. Eventually it cleared itself up (sorry, don’t know what I did to fix it). But before it was gone completely, I believe I was able to work around it by actually selecting the [widgetset]
.gwt.xml file in the package explorer tree before clicking the “Compile Vaadin widgets” button.
Give that a try and see if it helps in the short term.
Charles
Unfortunately I’m not able to find such file in my project and I don’t know how to create it.
Tks
Tullio
Check from the Project Preferences → Project Facets, that you have the Vaadin facet installed for you project.
It seems to work.
Tks
Tullio