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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




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 mode'. This is old message,
new version, according documentation, must offer download plugin for
development mode, but it doesn't work.

Do you know where is problem?

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




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 case was that the old host page was
still in my browser's cache. I cleared the cache and things started to
work fine.


On 15 dez, 08:06, ATom tomas.procha...@gmail.com wrote:
 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 mode'. This is old message,
 new version, according documentation, must offer download plugin for
 development mode, but it doesn't work.

 Do you know where is problem?

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




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:

  http://localhost:/hostPage.html?gwt.codesvr=192.168.1.2:9997

 Is that your case?

 I also faced that message but my case was that the old host page was
 still in my browser's cache. I cleared the cache and things started to
 work fine.

 On 15 dez, 08:06, ATom tomas.procha...@gmail.com wrote:



  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 mode'. This is old message,
  new version, according documentation, must offer download plugin for
  development mode, but it doesn't work.

  Do you know where is problem?

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.