[appengine-java] Re: Does precompilation work ?

2010-02-01 Thread tomekc
ety of reasons. > Sometimes it says precompiling starts and eventually time out. The > console will suggest you to turn off precompilation, but if you try > deploy again, it will work. > > My suggestion is keep trying. > > On Jan 30, 11:46 am, tomekc wrote: > > > Hi Al

[appengine-java] Does precompilation work ?

2010-01-30 Thread tomekc
Hi All, does precompilation work for you ? I'm trying a few times deploy with precompilation but still get an exception: java.io.IOException: Precompilation failed. Consider adding false to your appengine-web.xml and trying again. Unable to update app: Precompilation failed. Consider adding fal

[appengine-java] How to view changes immediately in browser when session is enable ?

2009-09-25 Thread tomekc
Hello I work on eclipse with gae plugin and when I set true in appengine-web.xml file then, if session starts I can't see changes on modified class. Reload page has no effect, but if I set off session then changes are visible immediately. I have turned off browser cache. Is there any way to tur