> Do you see the non-entry point module in the list? Yes. > If so, can you hit "Restore Defaults", run the launch configuration, and see > if that fixes your > problem? Okay, I tried this as you describe and it worked. When I clicked "Restore Defaults", the entrypoint-less module disappeared. A different module (with entrypoint) reappeared, and since I don't want that one included, I removed it. I saved the configuration, ran it, then compile/browsed it, and the hosted mode log no longer shows the error message.
Thanks for your help! PS: Any chance you know the answer to this other question ... about GWT events and the DOM? http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/8e2b6a5d754a8604/216714fdfb8e8e12 > > > To perform a compile from the IDE, follow the instructions here: > > > >http://code.google.com/eclipse/docs/gwt_compile.html > > I also tried this, and it worked as well for me. > > > Thank you for your suggestions, you've been a great help. > > > Ben. > > > > Rajeev > > > > On Apr 20, 4:16 am, Salvador Diaz <[email protected]> wrote: > > > > > > 1. In the Hosted mode log: > > > > > [INFO] Compilingmoduleorg.macdadi.core.Core > > > > > [ERROR]Modulehas no entry points defined > > > > > It looks like you're trying to launch themodulewithoutentrypoint > > > > instead of themodulewith entry point, you can't do that. Check the > > > > parameters you're passing to the hosted mode and make sure the last > > > > one is the name of themodulewith an entry point. > > > > > > 2. A popup in Firefox (or IE): GWTmodule'macdadiks' needs to be (re) > > > > > compiled, please run acompileor use theCompile/Browse button in > > > > > hosted mode > > > > > If you failed tocompileyour application, you won't be able to deploy > > > > it (use it in a standard browser/outside the hosted mode) > > > > > > I'm using the Eclipse Googe Plugin, and I don't know how to force a > > > > > compilation of all the modules from the IDE directly ... (in > > IntelliJ, > > > > > which I used with GWT 1.4.62 in the past, I know how to do this). > > > > > You only need tocompilethemodulewith an entry point, if it > > > > inherits other modules and the source code for them is available in > > > > the classpath, the GWT compiler will find them and include them in the > > > > compilation. > > > > > Hope it helps, > > > > > Salvador- Hide quoted text - > > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
