Hello Salvador, thanks for your feedback - I appreciate it.

The errors I got have to do with some specifics of the Google Eclipse
Plugin, and mainly the fact that I did not know where to find the
settings that apply to the GWT compiler (in the past, I used a
different IDE without the Plugin, where I explicitly specified which
module to compile and which EntryPoint to launch). By default, the
Plugin includes all modules for compilation, even those without an
EntryPoint. Now that I've excluded the module that lacks an
EntryPoint, everything is working (almost) right. Rajeev's response
pointed me to the Plugin's relevant settings, and the changes I made
there resolved the main problem.

On Apr 20, 3:16 am, Salvador Diaz <diaz.salva...@gmail.com> wrote:
> > 1. In the Hosted mode log:
> > [INFO] Compiling module org.macdadi.core.Core
> > [ERROR] Module has no entry points defined
>
> It looks like you're trying to launch the module without entrypoint
> instead of the module with 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 the module with an entry point.
>
> > 2. A popup in Firefox (or IE): GWT module 'macdadiks' needs to be (re)
> > compiled, please run a compile or use the Compile/Browse button in
> > hosted mode
>
> If you failed to compile your 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 to compile the module with 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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to