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

2013-11-09 Thread Li Bin
I mean the permutation for IE11 On Friday, November 8, 2013 4:34:09 PM UTC+8, Matthew Dempsky wrote: > > On Thu, Nov 7, 2013 at 9:28 PM, Li Bin >wrote: > >> Is it possible for 2.6 to support IE11 in the final release ? >> > > It's unclear to me what you mean by supporting IE11. If you know of >

Re: [gwt-contrib] GWT 2.6 and Java 6

2013-11-09 Thread Roberto Lublinerman
You are right, there should be an extra option -sourceLevel auto and that should be the default for devmode. On Nov 8, 2013, at 17:47, Colin Alworth wrote: Thanks Roberto, I'll give that a shot. I normally work with Java 7, but we want our code to work with anyone who chooses to use Java 6 as we

Re: [gwt-contrib] GWT 2.6 and Java 6

2013-11-09 Thread Colin Alworth
Thanks for the clarification, I'll take a quick stab to see if I can make that change on my own. On Nov 9, 2013 5:40 PM, "Roberto Lublinerman" wrote: > You are right, there should be an extra option -sourceLevel auto and that > should be the default for devmode. > > On Nov 8, 2013, at 17:47, Coli