Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Vaadin 7 build (20120705) GWT URL Problem
Hi,
Looks like there is a typo in URL for the latest build.
http://vaadin.com/download/external/gwt/2.0.4/validation-api-1.0.0.GA.jar
instead of
http://vaadin.com/download/external/gwt/2.4.0/validation-api-1.0.0.GA.jar
I was not able to create a new project because the vaadin libraries (GWT) weren't loading.
Thanks,
Deepak
I suspect that the problem is not in the Vaadin build but in the version of Vaadin plug-in for Eclipse that you are using.
Try to upgrade the plug-in from the update site http://vaadin.com/eclipse/experimental . It also contains some other fixes and improvements for Vaadin 7.
After upgrading, if necessary, change the version of Vaadin in the project to 6.8.0 (via Project properties -> Vaadin) and then back to Vaadin 7 alpha 3 (optionally after manually removing GWT dependencies from the build path). Note that the current version of the plug-in might not add the validation JARs on the build path - but they are not strictly necessary even though GWT compiler will issue some "error" messages.