Hi

yes, that seems to work

Thanks
Mark
On Nov 8, 2013, at 1:14 PM, Cristiano Costantini 
<[email protected]> wrote:

> try using the following config for gwt-maven-plugin to specify using also 
> gwt's rc1 dependencies:
> 
> <plugin>
>       <groupId>org.codehaus.mojo</groupId>
>       <artifactId>gwt-maven-plugin</artifactId>
>       <version>${gwt.plugin.version}</version>
>       <executions>
>               <execution>
>                       <goals>
>                               <goal>compile</goal>
>                       </goals>
>               </execution>
>       </executions>
>       <configuration>
>       ...
>       </configuration>
>       <dependencies>
>               <dependency>
>                       <groupId>com.google.gwt</groupId>
>                       <artifactId>gwt-dev</artifactId>
>                       <version>${gwt.version}</version>
>               </dependency>
>               <dependency>
>                       <groupId>com.google.gwt</groupId>
>                       <artifactId>gwt-codeserver</artifactId>
>                       <version>${gwt.version}</version>
>               </dependency>
>               <dependency>
>                       <groupId>com.google.gwt</groupId>
>                       <artifactId>gwt-user</artifactId>
>                       <version>${gwt.version}</version>
>               </dependency>
>       </dependencies>
> </plugin>
> 
> 
> when gwt-maven-plugin 2.6.0 will be released it will be linked to GWT 2.6.0 
> and you will not need to override version of dependencies.
> 
> 
> 2013/11/8 Mark Donszelmann <[email protected]>
> Hi
> 
> I have no direct dependency on gwt-dev, but the 2.5.1 maven get plugin refers 
> to gwt-dev (and user and servlet) 2.5.1. 
> 
> Would that create the problem ?
> 
> Is there a newer (published) version of this plugin ?
> 
> Regards
> Mark
> 
> On Nov 8, 2013, at 11:59 AM, Thomas Broyer <[email protected]> wrote:
> 
>> Are you sure you're using gwt-dev from 2.6.0-rc1 too?
>> 
>> On Thursday, November 7, 2013 11:29:57 PM UTC+1, Patrick Tucker wrote:
>> I just switched one of my maven projects to use the new RC and am getting 
>> the following error on compile:
>> 
>> [INFO]    Loading inherited module 'com.google.gwt.user.User'
>> [INFO]       Loading inherited module 'com.google.gwt.animation.Animation'
>> [INFO]          [ERROR] Element 'module' beginning on line 19 contains 
>> unexpected attribute 'type'
>>  
>> Any idea what would cause this?  I tried a clean and what not with no luck.
>>  
>> Thanks,
>> Pat
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google Web Toolkit" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected].
>> To post to this group, send email to [email protected].
>> Visit this group at http://groups.google.com/group/google-web-toolkit.
>> For more options, visit https://groups.google.com/groups/opt_out.
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/groups/opt_out.
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to