> [TRACE] Finding entry point classes > [ERROR] Unable to find type 'com.apress.gwt.client.GWTasks' > [ERROR] Hint: Check that the type name 'com.apress.gwt.client.GWTasks' > is really what you meant > [ERROR] Hint: Check that your classpath includes all required source > roots > [ERROR] Failure to load module 'com.apress.gwt.GWTasks'
It seems that you module declares com.apress.gwt.client.GWTasks as the entrypoint class. Is it in the classpath ? Is it located in the right package ? Hope that helps, Salvador --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
