Maven repository for GWT 2.1.1

63 views
Skip to first unread message

Charles

unread,
Dec 24, 2010, 1:14:48 PM12/24/10
to Google Web Toolkit
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

David Chandler

unread,
Dec 24, 2010, 3:05:06 PM12/24/10
to google-we...@googlegroups.com
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

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

--
David Chandler
Developer Programs Engineer, Google Web Toolkit
w: http://code.google.com/
b: http://googlewebtoolkit.blogspot.com/
t: @googledevtools

ailinykh

unread,
Dec 26, 2010, 12:07:24 AM12/26/10
to Google Web Toolkit
I tried to run it (mvn gwt:run)
If I use URL as http://127.0.0.1:8888/Expenses.html?gwt.codesvr=127.0.0.1:9997
everything looks good, but if I
point browser to http://127.0.0.1:8888/Expenses.html I get popup
dialog with message "GWT module may need to be (re)compile"
Is it supposed to happen or I do something wrong?

Thank you,
Andrey

Mike Guo

unread,
Dec 26, 2010, 2:25:35 AM12/26/10
to google-we...@googlegroups.com
you need compile first before you run  http://127.0.0.1:8888/Expenses.html  

ailinykh

unread,
Dec 26, 2010, 8:59:25 AM12/26/10
to Google Web Toolkit
I did, no difference.

Andrew Hughes

unread,
Dec 26, 2010, 10:48:57 PM12/26/10
to google-we...@googlegroups.com
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.


I did, no difference.

David Chandler

unread,
Dec 27, 2010, 11:51:35 AM12/27/10
to google-we...@googlegroups.com
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 the Google Groups "Google Web Toolkit" group.
> To post to this group, send email to google-we...@googlegroups.com.
> To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

--

ailinykh

unread,
Dec 27, 2010, 12:25:33 PM12/27/10
to Google Web Toolkit
It helped.
Thank you!

Andrey
Reply all
Reply to author
Forward
0 new messages