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

On Feb 19, 4:38 am, Thomas Broyer <[email protected]> wrote:
> On Friday, February 18, 2011 7:19:07 PM UTC+1, Philippe Beaudoin wrote:
>
> > gwt-maven-plugin version 2.1.0 uses gwt-dev 2.1 automatically, which can
> > break quite a few things.
>
> gwt-maven-plugin:2.1.0-1 has a dependency on com.google.gwt:gwt-dev:2.1.0,
> but you can override it to make it use the version you want/need (and this
> is the "official" way of doing 
> things):http://olamy.blogspot.com/2010/12/using-gwt-sdk-211-with-gwt-maven-pl...
> No need to recompile the plugin.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to