When deploying does the GWT module compile before it deploys? It should compile before it deploys. Another option to verify its compiling is delete the gwt project module and related from the war directory, thats compiled, before deploying. (Don't delete any static resources.) Is the compile comping the module getting deployed, or is there more than one module and one module is not getting compiled. There are a few other reasons that this happens, but maybe that hints at helping deployments.
Brandon On Tuesday, April 30, 2013 1:58:06 PM UTC-7, xybrek wrote: > > `DevMode` works just fine when testing a GWT + GAE application. However > the problem arises when we try to deploy our app in GAE cloud, and suddenly > we get: > > > GWT module 'app' need to be recompiled > > After a long update/upload time. The issue now is how can we test locally > and be sure at least that we won't suddenly get this error. In a typical > GWT (non-GAE) its very easy to do, just deploy it to a local Tomcat of > JBoss AS server. > > However we can't do this for a GAE app. So what are the options to achieve > this? > > - Where to deploy a GWT+GAE app to be able to see if the GWT needs to be > recompiled or what, before we even try to upload it. > - Or are there any better way? `SuperDevMode` perhaps? > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
