hello folks,

i've got following source structure in my project (j2ee):

~/project/java: //all the common sources which gonna be compiled to ~/
webapp/WEB-INF/classes
~/project/java/c.d.e.UserProfileBean //common bean used to store the
user profile data
~/project/client: //the client code which gonna be translated to
javascript
~/project/client/a.b.c/MyUI.gwt.xml //module description for MyUI
~/project/client/a.b.c.client.MyUI //class which implements EntryPoint

now, when running the compiler,I get the message "No source code is
available for type c.d.e.UserProfileBean; did you forget to inherit a
required module?" which is referenced by MyUI class.

I've tested any possible combination in the module's source element:
like <source path="java"/>, but I either get a "non-canonical-path" or
"relative-"-whatever path which, however does not allow me to compile
the code until I put everything under the a.b.c.client package....

please, show me the way to get out of this nightmare, thanx!!


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