[appengine-java] GWT + GAE Deployment

2011-08-03 Thread Ice13ill
Hello, I use GWT and GAE for my application, but the deployment phase takes too long: any small modification to the GWT java code will trigger the whole compilation, GAE has a scanning phase, cloning files, uploading, precompiling, and deployment checking. For my app that takes about 15min (which i

Re: [appengine-java] GWT + GAE Deployment

2011-08-03 Thread acellam guy
U need to edit your build settings in eclipse On Aug 3, 2011 8:09 PM, "Ice13ill" wrote: > Hello, I use GWT and GAE for my application, but the deployment phase > takes too long: any small modification to the GWT java code will > trigger the whole compilation, GAE has a scanning phase, cloning > f

Re: [appengine-java] GWT + GAE Deployment

2011-08-03 Thread objectuser
What settings are those? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/1m7bPo0q3ysJ. To post to this group, send email to google-ap

Re: [appengine-java] GWT + GAE Deployment

2011-08-03 Thread Renan Mobile
I 'm curious too! -- Atenciosamente, Renan Franca - Presidente - Renan Mobile ltda: http://renanmobile.com - Soluções em Dispositivos Móveis (Smartphones) com integração via web. - Soluções em: Android (Smartphones); Google Web Toolkit (Web); Em 03/08/20

Re: [appengine-java] GWT + GAE Deployment

2011-08-03 Thread acellam guy
>From eclipse Project-build automatically Also check on your gwt properties On Aug 3, 2011 11:37 PM, "Renan Mobile" wrote: > I 'm curious too! > > -- > Atenciosamente, > Renan Franca > - > Presidente > > - Renan Mobile ltda: http://renanmobile.com - Soluções em Dispositivos > Móveis (Sm

Re: [appengine-java] GWT + GAE Deployment

2011-08-03 Thread Andrei Cosmin Fifiiţă
As far I know, build automatically does not affect the GWT compiler On 4 August 2011 07:09, acellam guy wrote: > From eclipse > Project-build automatically > Also check on your gwt properties > > On Aug 3, 2011 11:37 PM, "Renan Mobile" > wrote: > > I 'm curious too! > > > > -- > > Atenciosamen

Re: [appengine-java] GWT + GAE Deployment

2011-08-07 Thread de Witte
Prior upload, delete all GWT class files, you don't need them because they are converted to js files. add or replace the following in appengine-web-app Make a backup of your project d