I found the issue. There was a GWT version mismatch between the Eclipse->Windows->Preferences & Project->Properties. Once the versions matched, this issue went away & a new issue is now in place. I'll post that separately.
Thanks everyone! On May 10, 7:14 pm, Swami <[email protected]> wrote: > Hello, I built & ran an Eclipse project (with ant) successfully using > 2.2. After upgrading to 2.3, I'm getting errors even when falling back > to 2.2. Running ant on a Gnome shell is fine. > > I'm new to GWT; thanks for any help. > > Starting HTTP on port 8888 > Loading inherited module 'com.google.gwt.user.User' > Loading inherited module 'com.google.gwt.canvas.Canvas' > Loading inherited module 'com.google.gwt.canvas.dom.DOM' > Loading inherited module 'com.google.gwt.dom.DOM' > Loading inherited module 'com.google.gwt.user.UserAgent' > [ERROR] Element 'extend-property' beginning on line 27 > contains unexpected attribute 'fallback-value' > [ERROR] Failure while parsing XML > com.google.gwt.core.ext.UnableToCompleteException: (see previous log > entries) > at > com.google.gwt.dev.util.xml.DefaultSchema.onUnexpectedAttribute(DefaultSchema.java: > 72) > at > com.google.gwt.dev.util.xml.Schema.onUnexpectedAttribute(Schema.java: > 80) > at > com.google.gwt.dev.util.xml.Schema.onUnexpectedAttribute(Schema.java: > 80) > at com.google.gwt.dev.util.xml.ReflectiveParser > $Impl.startElement(ReflectiveParser.java:228) > at > org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown > Source) > at > org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown > Source) > at > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown > Source) > at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl > $FragmentContentDispatcher.dispatch(Unknown Source) > at > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown > Source) > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown > Source) > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown > Source) > at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) > at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown > Source) > at org.apache.xerces.jaxp.SAXParserImpl > $JAXPSAXParser.parse(Unknown Source) > at com.google.gwt.dev.util.xml.ReflectiveParser > $Impl.parse(ReflectiveParser.java:331) > at com.google.gwt.dev.util.xml.ReflectiveParser$Impl.access > $100(ReflectiveParser.java:48) > at > com.google.gwt.dev.util.xml.ReflectiveParser.parse(ReflectiveParser.java: > 402) > at > com.google.gwt.dev.cfg.ModuleDefLoader.nestedLoad(ModuleDefLoader.java: > 280) > at ... -- 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.
