On Monday, August 18, 2014 3:31:35 PM UTC+2, Johannes Barop wrote: > > Hi, > > I was trying out the latest changes in the master branch. Is there > something special I have take into account when using the gwt-maven-plugin? > > When doing a gwt:compile I get this error. > > [INFO] Loading inherited module 'GwtPlayground' > [INFO] Loading inherited module 'com.google.gwt.user.User' > [INFO] Loading inherited module 'com.google.gwt.media.Media' > [INFO] Loading inherited module 'com.google.gwt.user.UI' > [INFO] Loading inherited module > 'com.google.gwt.uibinder.UiBinder' > [INFO] [ERROR] Line 20: Unexpected element 'resource' > [INFO] [ERROR] Failure while parsing XML > > It works with (S)DM. Any suggestions? >
The error would mean you still have an older gwt-dev in the classpath. Could it be that you forgot to override the GWT dependencies of the gwt-maven-plugin itself? http://mojo.codehaus.org/gwt-maven-plugin/user-guide/using-different-gwt-sdk-version.html or maybe a dependency that transitively depends on gwt-dev? -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/eb432ee2-7f57-448b-9b53-7a77574e4cfb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
