Widgetset Compilation Issue

Hi all,

Am seeing widgetset compilation error on the webpage even after running the compiler multiple times in Eclipes.

Widgetset ‘com.vaadin.DefaultWidgetSet’ does not contain implementation for org.vaadin.jouni.animator.AnimatorProxy. 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.

Please let me know how to debug this further?

Resolved. I had actually missed adding widgetset to the servlet config. I thought the compiler would take care of this.

@VaadinServletConfiguration(productionMode = false, ui = …class, widgetset=“com…widgetset…Widgetset”)