Re: How to run development mode under GWT 2.0.0

2009-12-16 Thread Sorinel C
Check here the correct way of running the dev-mode for GWT2.0: http://ui-programming.blogspot.com/2009/12/update-your-application-to-gwt-20.html Cheers! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

How to run development mode under GWT 2.0.0

2009-12-15 Thread ATom
I migrated my project from GWT 1.7.x to 2.0.0. I Use Maven plugin 1.3-SNAPSHOT I run development mode with mvn gwt:run GWT development mode run corectly, but when I open browser it say only 'GWT module 'app' needs to be (re)compiled, please run a compile or use the Compile/Browse button in hosted

Re: How to run development mode under GWT 2.0.0

2009-12-15 Thread Célio
That message is usually shown when you paste the incorrect url on your browser, like this one: http://localhost:/hostPage.html The correct url should look like this: http://localhost:/hostPage.html?gwt.codesvr=192.168.1.2:9997 Is that your case? I also faced that message but my

Re: How to run development mode under GWT 2.0.0

2009-12-15 Thread ATom
Thank you, this was in the cache, I tried only F5 :-( On Dec 15, 11:49 am, Célio ccid...@gmail.com wrote: That message is usually shown when you paste the incorrect url on your browser, like this one:  http://localhost:/hostPage.html The correct url should look like this: