Widgetset does not contain implementation for Animator

Hello,

I try to use the Animator Add-on without success.
I can’t use the plugin Eclipse to compile the widgetset, so, I use the maven plugin.

First, I have added the dependencie in the pom.xml
After, I have modified our projectWidgetset.gwt.xml
Then, I have started the maven goals for compiling the Add-on widgetsets

The result on the page don’t look well.

[i]
Widgetset does not contain implementation for org.vaadin.jouni.animator.AnimatorProxy. Check its @ClientWidget 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. Unrendered UIDL:
org.vaadin.jouni.animator.AnimatorProxy(NO CLIENT IMPLEMENTATION FOUND)

LOADING


Collapsable test

test
[/i]

The attached file show the widgetset.gwt.xml

When I compile the widgetset from maven I see this error in the console

[INFO]
 establishing classpath list (scope = compile)
[ERROR]
 04-oct.-2011 17:39:29 com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getAvailableWidgetSets
[ERROR]
 INFO: Widgetsets found from classpath:
[ERROR]
 	org.vaadin.jouni.animator.AnimatorWidgetset in jar:file:D:/lib/maven2repository/org/vaadin/addons/animator/1.6.4/animator-1.6.4.jar!/
[ERROR]
 	org.vaadin.activelink.ActivelinkWidgetset in jar:file:D:/lib/maven2repository/org/vaadin/addons/activelink/1.0/activelink-1.0.jar!/
[ERROR]
 	org.vaadin.browsercookies.widgetset.BrowserCookiesApplicationWidgetset in jar:file:D:/lib/maven2repository/org/vaadin/addons/browsercookies/1.0.3/browsercookies-1.0.3.jar!/
[ERROR]
 	com.vaadin.terminal.gwt.DefaultWidgetSet in jar:file:D:/lib/maven2repository/com/vaadin/vaadin/6.6.0/vaadin-6.6.0.jar!/
[ERROR]
 	org.vaadin.easyuploads.EasyuploadsWidgetset in jar:file:D:/lib/maven2repository/org/vaadin/addons/easyuploads/0.4.9/easyuploads-0.4.9.jar!/
[ERROR]
 	com.vaadin.addon.treetable.TreetableWidgetset in jar:file:D:/lib/maven2repository/org/vaadin/addons/vaadin-treetable/1.2.2/vaadin-treetable-1.2.2.jar!/
[ERROR]
 	eu.europa.ec.agri.psto.war.presentation.widgetset.PstoWidgetset in file://D/psto/workspaces/trunk/psto/war/src/main/java
[ERROR]
 
[ERROR]
 04-oct.-2011 17:39:29 com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getAvailableWidgetSets
[ERROR]
 INFO: Search took 16ms

Some one can help me ?

Thank you
11950.bmp (615 KB)

Hi,

Have you configured GWT plugin correctly? Setting the following property might help.

				
<groupId>org.codehaus.mojo</groupId>
	<artifactId>gwt-maven-plugin</artifactId>
	<version>****</version>
<configuration>
     .....
      <force>true</force>
     .....
</configuration>

kind regards,
sasha