Maven repository for GWT 2.1.1

已查看 63 次
跳至第一个未读帖子

Charles

未读,
2010年12月24日 13:14:482010/12/24
收件人 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

未读,
2010年12月24日 15:05:062010/12/24
收件人 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

未读,
2010年12月26日 00:07:242010/12/26
收件人 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

未读,
2010年12月26日 02:25:352010/12/26
收件人 google-we...@googlegroups.com
you need compile first before you run  http://127.0.0.1:8888/Expenses.html  

ailinykh

未读,
2010年12月26日 08:59:252010/12/26
收件人 Google Web Toolkit
I did, no difference.

Andrew Hughes

未读,
2010年12月26日 22:48:572010/12/26
收件人 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

未读,
2010年12月27日 11:51:352010/12/27
收件人 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

未读,
2010年12月27日 12:25:332010/12/27
收件人 Google Web Toolkit
It helped.
Thank you!

Andrey
回复全部
回复作者
转发
0 个新帖子