My project consists of three GWT modules. One of them does not have an
EntryPoint defined, because it includes various components common to
both of the other modules. Each of the other two modules includes this
common module and has an EntryPoint.

In GWT 1.4.62 this worked fine, both in hosted mode, when compile/
browsing on my dev computer, and when deployed to Tomcat as a WAR.

I've updated to GWT 1.6.4 and updated my project structure, including
module rename-to, etc. This works fine in hosted mode, but when I try
to compile/browse, it fails. I get the following error messages:

1. In the Hosted mode log:
[INFO] Compiling module org.macdadi.core.Core
[ERROR] Module has no entry points defined

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

Note: Module 'macdadiks' does have an EntryPoint, whereas module
org.macdadi.core.Core does not have an EntryPoint.

Could the problem have something to do with the rename-to attribute in
the module definition file? Possibly something to do with using rename-
to in a module without an EntryPoint?

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).

Thanks for your help.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to