Re: Issues with GWT + GAE

2010-08-04 Thread Brad
The way I have been doing this is to disable the test server in the gwt plugin (done via the POM). I then do: mvn gae:run -Dgwt.compiler.skip=true mvn gwt:run The first command starts the GAE server but skips any compilation of GWT apps (optional, but saves a lot of time) The second command start

Issues with GWT + GAE

2010-08-02 Thread Magno Machado
I'm not sure whether I should ask it here or in the GAE group.. I'm trying to launch an application that uses GWT and GAE. I'm using Maven and Netbeans. First I was launching the app with "mvn gwt:run". It worked well until I started to use the GAE apis in my code (It does make sense, since the g