Re: 2 Modules in 1 GWT-App, both starting the onModuleLoad?
> [ERROR] Hint: Previous compiler errors may have made this type unavailable
Which type? Which error? If you are missing code in your Child1/2 projects that disappears only when the Parent module is missing, something is not set up correctly, or perhaps you are still attempting to compile the new-deleted module?
If a module with an entry-point inherits another module with another entry-point, the finished product will run both entry-points. That is what your original post seemed to indicate, though I still don't see how. This compiler error seems to suggest that there is some other mixed up dependency.
-Colin
-- 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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home