On 22 oct, 15:23, Prashant <[email protected]> wrote: > > Compiling module antshpra.gwt.GWTTest > Refreshing module from source > Validating newly compiled units > Removing units with errors > [ERROR] Errors in > 'file:/D:/Eclipse/Workspace/My%20Site%201.2/src/antshpra/gwt/client/GWTTest > .java' > [ERROR] Line 15: No source code is available for type > antshpra.mylib.gwt.client.MyEntryPoint; did you forget to inherit a required > module? [...] > do i need to add something to .gwt.xml file to tell gwt about inheritance > hierarchy ?
Yes, you should have a gwt.xml in antshpra.mylib.gwt and add the appropriate <inherits/> in your antshpra/gwt/GWTTest.gwt.xml. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
