Tuesday, October 6, 2015

Could not find com.google.gwt.dom.client.MRODOMImplMozilla in types compiled from source. Is the source glob too strict?

Hi,

I extended DOMImplMozilla and wrote new MRODOMImplMozilla.java file. I added below snippet in my .gwt.xml file.

  <replace-with class="com.google.gwt.dom.client.MRODOMImplMozilla">
    <when-type-is class="com.google.gwt.dom.client.DOMImpl"/>
    <when-property-is name="user.agent" value="gecko1_8"/>
  </replace-with>

While compiling i encountered with below issue. Can any one please let me know how to rectify this. My GWT version is 2.7.0.


[INFO]    [ERROR] Could not find com.google.gwt.dom.client.MRODOMImplMozilla in types compiled from source. Is the source glob too strict?
[INFO]    [ERROR] Errors in 'com/google/gwt/dom/client/DOMImpl.java'
[INFO]       [ERROR] Line 23: Rebind result 'com.google.gwt.dom.client.MRODOMImplMozilla' could not be found

Thanks in Advance,

Narasimhulu BB

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment