Dear all, I'm trying to create a project with two modules, where one module 'extends' the other. The basic use case is that both modules are GWT apps. One just has the basic feature set, and the other one adds advanced features. The problem, now, is that both have an entrypoint defined in the .gwt.xml. I realised that when I launch the extended module, both EntryPoints get called.
Is it possible to 'override' the entrypoint of the base module in the extended module? So that only the entrypoint in the extended module gets called? Or am I missing something and do I have to arrange my project entirely different? -- 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.
