Re: [gwt-contrib] Re: GWT 2.6.0 will be still Ant based or already Gradle bases? (for OSGI-fy GWT)

2013-11-06 Thread Cristiano Costantini
I all, I link you a post on ServiceMix dev mailing list where I am taking on OSGi-fy GWT-Servlet and where I report my actual tests and my ideas: http://servicemix.396122.n5.nabble.com/OSGIfy-server-jar-of-GWT-td5718247.html Regards, Cristiano 2013/11/4 Dann Martens > Hi Thomas, > > You're

[gwt-contrib] Re: Thoughts on GWT 3.0 re: Java 8 and IE 8/9

2013-11-06 Thread Joseph Lust
Since Google officially is dropping IE9 for their Apps services, does that help move the needle to IE10+ for GWT 3.0? http://googleappsupdates.blogspot.com/2013/11/end-of-support-for-internet-explorer-9.html Sincerely, Joseph -- http://groups.google.com/group/Google-Web-Toolkit-Contributors -

Re: [gwt-contrib] Re: Reminder: Branching GWT 2.6 later today

2013-11-06 Thread Colin Alworth
Just moved to eclipse to verify a possible issue with the snapshot (nope, bug was in my code), and eclipse seems to do okay with finding each artifact in its own snapshot. Can you ping the list when you push a new set of snapshots? -Colin On Nov 5, 2013 7:55 PM, "Matthew Dempsky" wrote: > Thank

[gwt-contrib] Deprecating com.google.gwt.widget?

2013-11-06 Thread Goktug Gokdogan
This is another deprecation proposal; this time for com.google.gwt.widget. It looks like this is a leftover from an effort to provide a new set of widgets based on cells + appearance. Unfortunately it never took of and we don't have any plans to pursue that path as part of the roadmap. However rig

[gwt-contrib] Re: Thoughts on GWT 3.0 re: Java 8 and IE 8/9

2013-11-06 Thread Jens
> > Since Google officially is dropping IE9 for their Apps services, does that > help move the needle to IE10+ for GWT 3.0? > > > > http://googleappsupdates.blogspot.com/2013/11/end-of-support-for-internet-explorer-9.html > The only reason supporting IE 9 is that Windows Vista is still supported

Re: [gwt-contrib] Re: Reminder: Branching GWT 2.6 later today

2013-11-06 Thread Matthew Dempsky
Hm, I just tried pushing another 2.6.0-SNAPSHOT, this time using your patched scripts, but I got a Maven error: /usr/bin/mvn org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy-file -Dfile=./poms/gwt/pom.xml -Durl= https://oss.sonatype.org/service/local/staging/deploy/maven2/-DrepositoryId=son

Re: [gwt-contrib] Re: Reminder: Branching GWT 2.6 later today

2013-11-06 Thread Matthew Dempsky
PEBKAC; I tried deploying to the production repo without GPG signatures. I've deployed again to the snapshot repo using your script, and it looks better? FYI, I pushed this snapshot as "2.6-SNAPSHOT", based on reading that Maven doesn't care about the difference. Please give that a try, and then

Re: [gwt-contrib] Re: Reminder: Branching GWT 2.6 later today

2013-11-06 Thread Matthew Dempsky
Hm, actually I could use some guidance here from external people who might be affected by this: Should the release be "2.6-rc1", "2.6.0-rc1", "2.6.0-RC1", ...? Should snapshots be pushed as "2.6-SNAPSHOT", "2.6.0-SNAPSHOT", both, ...? It looks like Maven parses "2.6" and "2.6.0" identically for

Re: [gwt-contrib] Re: Reminder: Branching GWT 2.6 later today

2013-11-06 Thread Colin Alworth
My vote is 2.6.0-SNAPSHOT and 2.6.0-rc1, in case we need a bug fix release... Being consistent with snapshot versions lets maven users update to the new nightly without any config file changes. On Nov 6, 2013 6:51 PM, "Matthew Dempsky" wrote: > Hm, actually I could use some guidance here from ext

Re: [gwt-contrib] Re: Reminder: Branching GWT 2.6 later today

2013-11-06 Thread Matthew Dempsky
On Wed, Nov 6, 2013 at 4:54 PM, Colin Alworth wrote: > My vote is 2.6.0-SNAPSHOT and 2.6.0-rc1, in case we need a bug fix > release... Being consistent with snapshot versions lets maven users update > to the new nightly without any config file changes. > SGTM; rebuilt as 2.6.0-rc1 and pushed to g

Re: [gwt-contrib] Re: Reminder: Branching GWT 2.6 later today

2013-11-06 Thread Matthew Dempsky
gwt-2.6.0-rc1.zip download: https://code.google.com/p/google-web-toolkit/downloads/detail?name=gwt-2.6.0-rc1.zip (Next up the Maven 2.6.0-rc1 artifacts.) On Wed, Nov 6, 2013 at 5:07 PM, Matthew Dempsky wrote: > On Wed, Nov 6, 2013 at 4:54 PM, Colin Alworth wrote: > >> My vote is 2.6.0-SNAPSHO

Re: [gwt-contrib] Re: Reminder: Branching GWT 2.6 later today

2013-11-06 Thread Colin Alworth
Can you clarify about 2.6.0-rc1? Are we pushing the current build as 2.6.0-rc1 to maven central? I don't yet see 2.6.0-rc1 in central, nor in the google-snapshots. A key detail about maven is that once a release is pushed with a particular version, it can't be unpushed, released is released. Snaps

Re: [gwt-contrib] Re: Reminder: Branching GWT 2.6 later today

2013-11-06 Thread Colin Alworth
Email is almost fast enough to avoid this confusion - disregard my questions, looks like I've already got my answer! On Wed, Nov 6, 2013 at 11:02 PM, Matthew Dempsky wrote: > gwt-2.6.0-rc1.zip download: > https://code.google.com/p/google-web-toolkit/downloads/detail?name=gwt-2.6.0-rc1.zip > > (N

Re: [gwt-contrib] Re: Reminder: Branching GWT 2.6 later today

2013-11-06 Thread Matthew Dempsky
Yep, to clarify: I've created a gwt-2.6.0-rc1 tag and pushed it to gerrit, and also created a gwt-2.6.0-rc1.zip that I've uploaded to Google Code. This is the same release that I already pushed to the google-snapshots repo as 2.6.0-SNAPSHOT, and I'll soon push it to Maven Central as 2.6.0-rc1. Th

Re: [gwt-contrib] Re: Reminder: Branching GWT 2.6 later today

2013-11-06 Thread Matthew Dempsky
Okay, 2.6.0-rc1 is available here now: https://oss.sonatype.org/content/groups/google/com/google/gwt/gwt/ I think in a few hours it should sync to Maven Central? On Wed, Nov 6, 2013 at 9:09 PM, Matthew Dempsky wrote: > Yep, to clarify: I've created a gwt-2.6.0-rc1 tag and pushed it to gerrit,