Vaadin, maven doesn't compile custom widget

hi

I used Vaadin 7.6.6 and have problem with compiling multiselect combobox.
Exactly, when compile program from Eclips everything is ok, but mvn doesn’t compiled multiselect combobox jar file.

I try everuthing with configure WidgetSet, but nothing can help.

MVN compiling has writen one INFO message which is in connection with it “Ignore 1 unit with compilation errors in first pass”

On Dashboard screen insted of widgat i get next message :

“Widgetset ‘com.vaadin.DefaultWidgetSet’ does not contain implementation for com.vaadin.dashboard.wrappers.MKComboboxFilters. Check its component connector’s @Connect mapping, widgetsets GWT module description file and re-compile your widgetset. In case you have downloaded a vaadin add-on package, you might want to refer to add-on instructions.”

I make cusomer widget from multiselect combobox you can notice.

Thanks for help

Angela

Sorry ,

This sentence : MVN compiling has writen one INFO message which is in connection with it “Ignore 1 unit with compilation errors in first pass” dosn’t have meaning.

Thanks
Angela

I see this behaviour sometimes, where the maven plugin doesn’t recognize that the widgetset has changed. You can delete the widgetset and then run ‘mvn vaadin:compile’ to force a re-compilation.

Thomas ,

you helped me to solved my problem .

Thanks