I'm trying to do some work with GWT Generators, but I cannot find a
module which will allow
me to access the classes in
com.google.gwt.core.ext.*
com.google.gwt.core.ext.typeinfo.*
The documentation is sketchy, but it seems from the build files that
<inherits name="com.google.gwt.core.Core"/>
is supposed to grant access to these classes, but it doesn't work for
me - I still get:
No source code is available for type
com.google.gwt.core.ext.Generator; did you forget...
No source code is available for type
com.google.gwt.core.ext.typeinfo.TypeOracle; did you forget ...
when I try test anything. I have inherited from every module I could
find that doesn't break the module
XML parsing to no avail.
Can anyone shed some light getting access to these classes?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---