I am experiencing the "Unable to find 'myapp.gwt.xml' on your
classpath; could be a typo, or maybe you forgot to include a classpath
entry for source?" after upgrading to RC1. The project does not use
GAE. Is it possible that this could be same?

On Nov 17, 2:03 pm, j...@google.com wrote:
> As discussed FTF, I think a better plan is to pin the loaded modules in
> memory until they have been referenced at least once from a browser.
>
> Letting them be immediately unloaded before they are used and then
> reloading them seems inefficient and will annoy the user with duplicate
> warnings/errors from the module load.
>
> The downside of this approach is that any modules which are loaded but
> never referenced (such as from a launch config that is used for many
> different modules) will pin those modules in memory indefinitely, but I
> think that is the lesser evil.
>
> http://gwt-code-reviews.appspot.com/103801

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to