This is probably trivally easy, but I find the documentation on modules a little sparse so hopefully someone will help me out.
I have a project under Eclipse that I have split into a client side project and a server side project. I do this so that I can run the server under Tomcat 6 rather than the built-in Tomcat. Both projects share common files, which I initially just put into the client project and included the client project in the server's class path. Unfortunately, I get problems with versions of things like the Bootstrap and Servlet classes between the Tomcat 6 I'm running and the native version in GWT. So, I pulled my common files out into yet a third project and am trying to include that project into my client project, but I can't figure out how to get the GWT compiler to find those common files. I have the project in my class path. I have the source files called out in my module XML file: <source path="com/blah/v4/common/client">. I even tried making the common files into its own module and inheriting it. But I can't get the compiler to find them. I am running on Windows so I am not sure what the right syntax would be for absolute-pathing the files (though I have a tried a couple things). There has to be some clearer information on the right way to do this. Can someone please point me in the right direction? Thanks, Lane --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
