Re: Maven repository for GWT 2.1.1

2010-12-27 Thread ailinykh
It helped. Thank you! Andrey On Dec 27, 10:51 am, David Chandler wrote: > Use mvn clean compile gwt:compile to be sure you're doing all > compilation. If you still get the compilation warning, try deleting > browser cache. > > /dmc > -- You received this message because you are subscribed to

Re: Maven repository for GWT 2.1.1

2010-12-27 Thread David Chandler
Use mvn clean compile gwt:compile to be sure you're doing all compilation. If you still get the compilation warning, try deleting browser cache. /dmc On Sun, Dec 26, 2010 at 8:59 AM, ailinykh wrote: > I did, no difference. > > On Dec 26, 1:25 am, Mike Guo wrote: >> you need compile first befor

Re: Maven repository for GWT 2.1.1

2010-12-26 Thread Andrew Hughes
Andrey, The "?gwt.codesvr=127.0.0.1:9997" is very important and must be used when running in dev mode. Production/compiled javascript (i.e. outside of dev mode) will not need this. --AH p.s. this is identical for maven or eclipse. On Mon, Dec 27, 2010 at 12:29 AM, ailinykh wrote: > I did, no

Re: Maven repository for GWT 2.1.1

2010-12-26 Thread ailinykh
I did, no difference. On Dec 26, 1:25 am, Mike Guo wrote: > you need compile first before you run  http://127.0.0.1:/Expenses.html  -- 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.

Re: Maven repository for GWT 2.1.1

2010-12-25 Thread Mike Guo
you need compile first before you run http://127.0.0.1:/Expenses.html -- 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 ema

Re: Maven repository for GWT 2.1.1

2010-12-25 Thread ailinykh
I tried to run it (mvn gwt:run) If I use URL as http://127.0.0.1:/Expenses.html?gwt.codesvr=127.0.0.1:9997 everything looks good, but if I point browser to http://127.0.0.1:/Expenses.html I get popup dialog with message "GWT module may need to be (re)compile" Is it supposed to happen or I

Re: Maven repository for GWT 2.1.1

2010-12-24 Thread David Chandler
Yes. GWT 2.1.1 is in Maven Central. The plugin (not maintained by Google) is currently at version 2.1.0-1. The Expenses sample app in GWT 2.1.1 has a good example POM using gwt-maven-plugin. /dmc On Fri, Dec 24, 2010 at 1:14 PM, Charles wrote: > Hi, does the release process of GWT include the p

Maven repository for GWT 2.1.1

2010-12-24 Thread Charles
Hi, does the release process of GWT include the publication of maven artifacts and gwt maven plugin ? I'am not able to find maven artifact for GWT 2.1.1. Best regards -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group,