Hi Marius On 01/25/2010 09:09 PM, Marius Dumitru Florea wrote: > Hi devs, > > I'd like to upgrade platform/web to GWT 2.0 before the 2.2M2 release. > Even if the WYSIWYG users won't notice any difference (maybe a small > decrease in loading time and a small increase in responsiveness dues to > compiler optimizations) this upgrade will help ease the development. You > can find the detailed release notes at > http://code.google.com/webtoolkit/doc/latest/ReleaseNotes.html . I'm > most interested in: > > * ability to run the unit tests on the build server (a 32-bit JVM isn't > needed anymore, finally, since the tests are run by default with HtmlUnit) > * ability to run and debug the Java code directly in the browser (new > development mode using a FF plugin) > * ability to split the code and load it on demand
you forgot to mention declarative UI: http://code.google.com/webtoolkit/doc/latest/ReleaseNotes.html#NewFeaturesUiBinder (youpiii!) > > In order to upgrade I need > http://google-web-toolkit-incubator.googlecode.com/files/gwt-incubator-20091216-r1739.jar > in our maven repo: > > mvn install:install-file -Dfile=gwt-incubator-20091216-r1739.jar > -DgroupId=com.google.gwt -DartifactId=gwt-incubator > -Dversion=20091216-r1739 -Dpackaging=jar > > Who can help me with that? > > All unit and integration tests pass locally so here's my +1. I think it should be safe, even before the 2.2M2. It's still in a milestone and if the tests pass I wouldn't expect it to go unfixable wrong. Also a + for this are the upgrade notes http://code.google.com/webtoolkit/doc/latest/ReleaseNotes.html#Upgrading which don't mention breaking api or such. So here's my +1 Thanks, Anca > > Thanks, > Marius > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

