Hi, I am using GWT 1.7.0, and using the latest Eclipse plugin for
Ganymede.
I am also using the codehaus maven plugin. I can run my GWT tests
inside eclipse, and launch the app from inside eclipse, but whenever I
do, I see the following benign errors show up in the hosted shell log:
[ERROR] Errors in 'jar:file:/C:/Programs/eclipse/eclipse-jee-ganymede-
win32/eclipse/plugins/
com.google.gwt.eclipse.sdkbundle.win32_1.7.0.v200907131030/gwt-
windows-1.7.0/gwt-user.jar!/com/google/gwt/user/client/impl/
HistoryImplTimer.java'
[ERROR] Line 22: The type HistoryImplTimer must implement the
inherited abstract method HistoryImpl.nativeUpdate(String)
[ERROR] Errors in 'jar:file:/C:/Programs/eclipse/eclipse-jee-ganymede-
win32/eclipse/plugins/
com.google.gwt.eclipse.sdkbundle.win32_1.7.0.v200907131030/gwt-
windows-1.7.0/gwt-user.jar!/com/google/gwt/dom/client/DOMImplIE8.java'
[ERROR] Line 33: The method getScrollLeft(Element) of type DOMImplIE8
must override or implement a supertype method
[ERROR] Line 36: The method getScrollLeft(Document) in the type
DOMImpl is not applicable for the arguments (Element)
[ERROR] Line 38: The method getScrollLeft(Document) in the type
DOMImpl is not applicable for the arguments (Element)
[ERROR] Line 42: The method setScrollLeft(Element, int) of type
DOMImplIE8 must override or implement a supertype method
[ERROR] Line 47: The method setScrollLeft(Document, int) in the type
DOMImpl is not applicable for the arguments (Element, int)
Like I said, right now these errors appear to be benign since my app
still runs ok..although I have not tested or done anything with
history yet other than specifying this in my module's HTML:
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1'
style="position: absolute; width: 0; height: 0; border: 0"></iframe>
Is something hosed with my setup -- how can I make these errors go
away?
Thanks in advance,
Davis
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---