Hi, when compiling our application with the gwt-maven-plugin, which
worked perfectly with 2.0.4, it fails with 2.1.0.RC1, with this exception:
[INFO] Loading inherited module 'com.google.gwt.user.User'
[INFO] Loading inherited module 'com.google.gwt.core.Core'
[INFO] Loading inherited module 'com.google.gwt.core.XSLinker'
[INFO] [ERROR] Line 22: Unexpected element 'when-linker-added'
[INFO] [ERROR] Failure while parsing XML
[INFO] com.google.gwt.core.ext.UnableToCompleteException: (see previous
log entries)
[INFO] at
com.google.gwt.dev.util.xml.DefaultSchema.onUnexpectedElement(DefaultSchema.java:80)
[INFO] at
com.google.gwt.dev.util.xml.Schema.onUnexpectedElement(Schema.java:94)
[INFO] at
com.google.gwt.dev.util.xml.Schema.onUnexpectedElement(Schema.java:94)
[INFO] at
com.google.gwt.dev.util.xml.Schema.onUnexpectedElement(Schema.java:94)
[INFO] at
com.google.gwt.dev.util.xml.ReflectiveParser$Impl.startElement(ReflectiveParser.java:199)
...
The IDEA plugin doesn't run into the problem, so I suspect the maven
plugin is activating some extra validation or something.
I 've found the XSLinker class in gwt-dev, inside a _different_ package:
com.google.gwt.core.linker.XSLinker
instead of
Loading inherited module 'com.google.gwt.core.XSLinker'
Might that be causing it?
--
With kind regards,
Geoffrey De Smet
--
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.