If you are extending it, you should give it its own package name within 
your own package structure so that it is caught up by the compiler 
correctly.  There is no need to keep it in the same package.  IF you need 
to access private or protected variables, then you can use jsni to access 
them.

On Tuesday, October 6, 2015 at 2:25:28 AM UTC-7, [email protected] wrote:
>
> 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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to