fmgasparino / google-gin

Automatically exported from code.google.com/p/google-gin
Apache License 2.0
0 stars 0 forks source link

Support GWT 2 #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is there any plans to support GWt 2 and when?

Thanks.

Original issue reported on code.google.com by ara...@gmail.com on 1 Nov 2009 at 3:32

GoogleCodeExporter commented 9 years ago
The front page clearly says that it should work with 1.6, 1.7 and the current 
trunk. 
But i have not been able to get it to work with current trunk. Could someone 
clarify 
the status of GIN.      

Original comment by jock...@gmail.com on 2 Nov 2009 at 6:55

GoogleCodeExporter commented 9 years ago
Gin should work with GWT 1.5+ (including 2.0). There are some tests that depend 
on a
specific trunk version - I think 1.7.3 at the moment - because GWT doesn't 
expose an
API for some of the things we're using. But to compile the production version 
and use
Gin you won't need those tests and therefore everything should work.

We are planning to add additional features to make it easier to use new stuff 
in GWT
2.0 such as runAsync. But even without these additional features, you should be 
able
to use everything together.

Original comment by aragos on 2 Nov 2009 at 7:02