On Fri, Mar 13, 2009 at 8:08 AM, shashi <[email protected]> wrote:
> Loading inherited module 'com.span.gwt.client.widgets.events' > [ERROR] Unable to find 'com/span/gwt/client/widgets/ > events.gwt.xml' on your classpath; could be a typo, or maybe you > forgot to include a classpath entry for source? > > > Please any body help me out from this issue? > Remember that gwt is a java *source code* to javascript compiler. All classes used in client side must be available as source code when compiling. You must include the .java files in the jar. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
