Re: GWT 2.6.0-rc1 error compiling
FYI: http://mojo.codehaus.org/gwt-maven-plugin/user-guide/using-different-gwt-sdk-version.html
On Friday, November 8, 2013 2:08:40 PM UTC+1, Patrick Tucker wrote:
-- On Friday, November 8, 2013 2:08:40 PM UTC+1, Patrick Tucker wrote:
Thanks!
On Friday, November 8, 2013 7:14:49 AM UTC-5, Cristiano 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 <mark.don...@gmail.com>HiI 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 ?RegardsMarkOn Nov 8, 2013, at 11:59 AM, Thomas Broyer <t.br...@gmail.com> 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 google-web-toolkit+unsubscribe@googlegroups.com .
To post to this group, send email to google-we...@googlegroups.com.
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 google-web-toolkit+unsubscribe@googlegroups.com .
To post to this group, send email to google-we...@googlegroups.com.
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home