Re: what module contains com.google.gwt.core.ext.typeinfo.* ??

2009-09-09 Thread Transplant

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 google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



what module contains com.google.gwt.core.ext.typeinfo.* ??

2009-09-08 Thread Transplant

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



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 google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---