Hi Everyone. In my project I am using multiple modules.
Imagine I have a new module, and then I want to add this new module, as a dependency to a previously existing one. Right now, for working with this, I have first to add it to my Eclipse classpath, and then also add the inherits entry in the module gwt.xml. This is a redundancy. I have to add it twice. Once in the classpath and once in the gwt.xml. Is there any automation tool for making the second step easier? My idea was: I provide a source folder, and then this tool would look for all imports in my code, and then would verify if those imports belong to some gwt module. If they belong, then my gwt.xml will be updated (by adding a inherits) automatically. Is Gwt plugin for Eclipse capable of doing such a thing? Regards, Michel. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
