Ok, so I figured it out - it's not supposed to be inherited as a module. Because the Generator stuff is all at compile time you can't have your Generator classes in packages under the client source tree (unless you specifically exclude them in a source tag).
So to anyone who is starting to work with the compile-time code generation facilities, be sure to keep your compile-time code out of your client package tree, or you will get the dreaded 'No source code is available for type' errors. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
