Hi,
The same error still comes for me in eclipse for gwt-maven-plugin
2.2.0 (as per temp suggestion above) and even when it's plugin
dependency is updated to use GWT 2.2.0.
This is my relevant POM section:
<groupId>org.codehaus.mojo</groupId>
<!-- FIXME Temporary solution as suggested by
http://code.google.com/p/gwt-platform/wiki/UsingGwtpWithMaven?ts=1298053129&updated=UsingGwtpWithMaven#Using_gwt-maven-plugin_with_GWT_2.2_%28temporary%29
-->
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<!-- <version>2.1.0-1</version> -->
<version>2.2.0</version>
<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>${gwt.version}</version>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
<version>${gwt.version}</version>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
<version>${gwt.version}</version>
</dependency>
</dependencies>
...............
...............
and property:
<gwt.version>2.2.0</gwt.version>
m2eclipse seemed to have picked up 2.2.0 version of plugin correctly,
as i can see from Maven console
Am i missing anything, please point out..
-Hari
> is the "official" way of doing things):
http://olamy.blogspot.com/2010/12/using-gwt-sdk-211-with-gwt-maven-pl...