Trying to start DatePickerDemo I get this in the console:
com.google.gwt.core.ext.UnableToCompleteException: (see previous log entries)
at com.google.gwt.dev.util.xml.ReflectiveParser$Impl.parse(ReflectiveParser.java:334)
at com.google.gwt.dev.util.xml.ReflectiveParser$Impl.access$1(ReflectiveParser.java:282)
at com.google.gwt.dev.util.xml.ReflectiveParser.parse(ReflectiveParser.java:381)
at com.google.gwt.dev.cfg.ModuleDefLoader.nestedLoad(ModuleDefLoader.java:243)
at com.google.gwt.dev.cfg.ModuleDefSchema$BodySchema.__inherits_begin(ModuleDefSchema.java:212)
<snip>
Curiously enough, there is no previous log entry. The
UnableToCompleteException appears twice followed by:
com.google.gwt.core.ext.typeinfo.NotFoundException: java.lang.Object
at com.google.gwt.core.ext.typeinfo.TypeOracle.refresh(TypeOracle.java:544)
at com.google.gwt.dev.javac.TypeOracleMediator.refresh(TypeOracleMediator.java:394)
at com.google.gwt.dev.javac.CompilationState.compile(CompilationState.java:137)
at com.google.gwt.dev.cfg.ModuleDef.updateTypeOracle(ModuleDef.java:470)
at com.google.gwt.dev.cfg.ModuleDef.getTypeOracle(ModuleDef.java:324)
at com.google.gwt.dev.GWTShell$BrowserWidgetHostImpl.createModuleSpaceHost(GWTShell.java:252)
at com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad(BrowserWidgetIE6.java:72)
at com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke(BrowserWidgetIE6.java:139)
at com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke(IDispatchImpl.java:294)
at com.google.gwt.dev.shell.ie.IDispatchImpl.method6(IDispatchImpl.java:194)
<snip>
The GWT shell complains about missing:
com/google/gwt/dev/jjs/intrinsic/Intrinsic.gwt.xml
com/google/gwt/emul/EmulationWithUserAgent.gwt.xml
and java.lang.Object (repeatedly)
I'm guessing the XML parsing is at the root of all this, so I'll dig
around there. If this rings any bells, though, I'd love to hear about
it.
Anyway, I'm up and running now. Thanks again!