Hello all, I'm facing my first GWT development. I had the idea of developing a project with a module which I have called "x.gwtlogin". The server of this module can perform queries on a LDAP server. My idea is to have an instance of this module running in the application server and use its server from any other GWT application I develop. Let's say one of these applications is "x.dt". I have copied all "x.gwtlogin.client" classes that implement the server's interfance in this application, so now I have two client packages in the project:
x.dt.client x.gwtlogin.client The problem is that when debugging in hosted mode wherever I try to use a "x.gwtlogin.client.Class" in a "x.dt.client.Class", I get the following error: [ERROR] Line 20: No source code is available for type x.gwtlogin.client.Class; did you forget to inherit a required module? I suppose the problem is that GWT is not compiling and including the classes in "x.gwtlogin.client" when building "x.dt.client". What can I do?. Is what I intend to do possible at all?. Thank you, Ivan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
