On Tuesday, February 5, 2013 4:31:36 AM UTC+1, Matthew Dempsky wrote: > > GWT 2.5.1 RC1 is now available here: > https://code.google.com/p/google-web-toolkit/downloads/detail?name=gwt-2.5.1-rc1.zip#makechanges > Please > try it out and report issues. >
Did you push Maven artifacts to Central too? One known issue already is the Maven POM files for the sample apps needs to > be updated. > Yes, it's always a problem: you can't really update them until your actually make the release and push to Central. It's a chicken-and-egg issue. Should hopefully be fixed when we move to Maven as the build system. There's also the problem of the gwt-maven-plugin, chicken and egg again: ideally we'd want to use the version that matches the GWT version, but it cannot be released until GWT itself is released. Would be fixed if/when we had/have our own gwt-maven-plugin. I haven't worked on this subject since before Xmas, and I'm procrastinating a bit as modularizing GWT is really a mind-boggling task. I'll get back to it soon though (January/February is also the season of birthdays in my family so it's hard to find time on week-ends, particularly time spans that are long enough to enter "the zone") > Also, I fixed the SVN tag for tags/2.5.0 to point to the actual 2.5.0 > release sources (rather than point to trunk at the point where 2.5.0 was > released). Frustratingly, this took two tries, and I'm not sure why the > first one failed. > Too bad the commit log is wrong (talks about r11495 which is the latest trunk); but the content is OK so… (I think Google Code hosting lets you update the commit log *a posteriori* though, if you want to fix it; I can't remember the command though, I've always been doing it with TortoiseSVN, back in the days I ran Windows on my machine) -- -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "Google Web Toolkit Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
