hi,
Tried using compiling widget set using gwt 2.1.0.M1, supported by the latest gwt-maven-plugin from google.
–
org.codehaus.mojo
gwt-maven-plugin
1.3.1.google
Get compile warnings since the class “com.google.gwt.user.client.impl.HTTPRequestImpl” have been removed from gwt-user.jar and the class is used by Vaadin.
Error message I recived using latest vaadin snapshot.
–
Validating newly compiled units
[ERROR]
Errors in ‘jar:file:/home/pether/.m2/repository/com/vaadin/vaadin/6.4-SNAPSHOT/vaadin-6.4-SNAPSHOT.jar!/com/vaadin/terminal/gwt/client/ApplicationConnection.java’
Line 44: The import com.google.gwt.user.client.impl.HTTPRequestImpl cannot be resolved
Line 500: HTTPRequestImpl cannot be resolved to a type
Line 500: HTTPRequestImpl cannot be resolved to a type
Maven jars from.
–
true
false
gwt-dev-release
http://google-web-toolkit.googlecode.com/svn/2.1.0.M1/gwt/maven/
…
Pether