The project root package is com/example/report. I have other packages
that all fall under this root package, eg. com/example/report/client &
com/example/report/client/controller. I need to know if it is possible
to include different packages into my project that don't fall under
the root package. For eg. com/example/viewtable & com/example/
viewtable/server and can I put rpc methods in this new server package.
I already have com/example/report/server with rpc classes in there and
they work fine. But when I add the new package it complains that there
is no source code available for the type ....; did you forget to
inherit a required module. My question is, do I have to put all my
packages under com/example/report? Another question is then can I
rename the root package to com/example and then go from there?

-- 
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.

Reply via email to