After upgrade to 6.4.1 Widgets wont compile

Hi

I tried to upgrade to the 6.4.1 version of Vaadin.
But now my widgetset will not compile. The error seems to be inside Vaadin - or am I getting it all wrong?

Here’s the log :

This looks like a problem related to what you have on the classpath.

From which version did you upgrade?

For Vaadin 6.4, check that you are using GWT 2.0.3 in the project, and that you don’t have copies of old Vaadin classes on your classpath (either in a JAR or directly).

I upgraded from 6.3.3

I will check the classpath again …

Thanx for your fast reply :slight_smile:

I tried to do the same upgrade in a project generated with the eclipse plugin, and it worked just fine.
My original eclipse-project is not a genuine Vaadin project.