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

2013-11-08 Thread Li Bin
Is it possible for 2.6 to support IE11 in the final release ?  

Many thanks

On Thursday, November 7, 2013 5:00:05 PM UTC+8, Daniel Kurka wrote:
>
> I think we still need to update the release notes: 
> http://www.gwtproject.org/release-notes.html
>
> Did we already track stuff that needs to go in there?
>
>
> On Thu, Nov 7, 2013 at 6:47 AM, Matthew Dempsky 
> 
> > wrote:
>
>> 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, 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.
>>>
>>> That's not to say there won't be any more changes before release (i.e., 
>>> 2.6.0-rc2, etc), but the tree seemed like a decent enough state to get the 
>>> first release candidate out so we can start doing some testing.
>>>
>>>
>>> On Wed, Nov 6, 2013 at 9:04 PM, Colin Alworth 
>>> 
>>> > wrote:
>>>
 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
>
> (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-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 google-snapshots as 
>> 2.6.0-SNAPSHOT.
>>
>
>  -- 
> http://groups.google.com/group/Google-Web-Toolkit-Contributors
> --- 
> You received this message because you are subscribed to the Google 
> Groups "GWT Contributors" group.
> To unsubscribe from this group and stop receiving emails from it, send 
> an email to 
> google-web-toolkit-contributors+unsubscr...@googlegroups.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>



 -- 
 218.248.6165
 nilo...@gmail.com  

 -- 
 http://groups.google.com/group/Google-Web-Toolkit-Contributors
 --- 
 You received this message because you are subscribed to the Google 
 Groups "GWT Contributors" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to 
 google-web-toolkit-contributors+unsubscr...@googlegroups.com
 .
 For more options, visit https://groups.google.com/groups/opt_out.

>>>
>>>
>>  -- 
>> http://groups.google.com/group/Google-Web-Toolkit-Contributors
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "GWT Contributors" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to 
>> google-web-toolkit-contributors+unsubscr...@googlegroups.com
>> .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> -- 
> Google Germany GmbH
> *Dienerstr. 12*
> *80331 München*
>
> Registergericht und -nummer: Hamburg, HRB 86891
> Sitz der Gesellschaft: Hamburg
> Geschäftsführer: Graham Law, Katherine Stephens
>  

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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

2013-11-08 Thread Matthew Dempsky
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 issues
between GWT and IE11, please report them at
https://code.google.com/p/google-web-toolkit/issues/list.

However, it's unlikely that any new IE11-specific changes will be submitted
between now and 2.6.0's release.

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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

2013-11-08 Thread Goktug Gokdogan
gwt.widget is not used at all internally, We have our own internal widget
set mostly based on gwt.user.client.ui w/ appearance pattern and that is
what Groups is very likely using.

Unless we have a full set of cell based widgets, I don't see much value in
moving it into gwt.user and will just add more to the confusion.


On Thu, Nov 7, 2013 at 1:15 AM, Thomas Broyer  wrote:

> I thought Google Groups was using it for its buttons (border collapsing,
> "default action" styling), but maybe they just use something similar
> (there's no "menu indicator", and the HTML doesn't actually matches the
> SafeHtmlTemplates from ButtonCellBase, but it might just be taking
> advantage of the Appearances).
>
> Maybe we should move them to c.g.g.user instead?
>
>
> On Thursday, November 7, 2013 12:08:41 AM UTC+1, Goktug Gokdogan wrote:
>>
>> 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
>> right now we have a c.g.gwt.widget package with just 2 classes; which is
>> very misleading for new developers.
>>
>> So I'm planning to deprecate it and remove it after the release.
>>
>> Let me know if you have any concerns.
>>
>  --
> http://groups.google.com/group/Google-Web-Toolkit-Contributors
> ---
> You received this message because you are subscribed to the Google Groups
> "GWT Contributors" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[gwt-contrib] GWT 2.6 and Java 6

2013-11-08 Thread Colin Alworth
I'm not yet convinced that this isn't either a) a workspace issue or b) a 
decision the community reached and I missed, but I figured I should stick 
it out there and see if someone can correct me.

I've just brought our project up to date with GWT 2.6.0-rc1 from maven, and 
I can verify that the class files have magic number 50.0 set on them, 
indicating Java 6. I can compile the project with a Java 6 jdk, and gwtc 
behaves as expected, but I can't run dev mode. The error I get usually goes 
a little like this:

ERROR: Unable to initialize static dispatcher
java.lang.UnsupportedClassVersionError: 
com/google/gwt/core/client/JavaScriptObject$ : Unsupported major.minor 
version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at java.lang.ClassLoader.defineClass(ClassLoader.java:471)
at 
com.google.gwt.dev.shell.CompilingClassLoader.findClass(CompilingClassLoader.java:1121)
at 
com.google.gwt.dev.shell.CompilingClassLoader.loadClass(CompilingClassLoader.java:1194)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:249)
at com.google.gwt.dev.shell.JsValueGlue.set(JsValueGlue.java:220)

The magic number 51.0 indicates Java7 - how is it that while I'm running 
Java 6, I am generating Java 7-only classes?

My working theory is that since we moved some internals to be Java 7 
capable (somewhere around https://gwt.googlesource.com/gwt/+/e4f6142 or a 
related commit), it was set as the default. My question: do we intend to 
require Java 7 for dev mode (and therefore also GWTTestCase run in dev 
mode), but allow Java 6 for essentially everything else?

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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

2013-11-08 Thread Roberto Lublinerman
You should be able to invoke devmode with -sourceLevel 6.

Roberto Lublinerman | Software Engineer | rlu...@google.com | 408-500-9148


On Fri, Nov 8, 2013 at 3:31 PM, Colin Alworth  wrote:

> I'm not yet convinced that this isn't either a) a workspace issue or b) a
> decision the community reached and I missed, but I figured I should stick
> it out there and see if someone can correct me.
>
> I've just brought our project up to date with GWT 2.6.0-rc1 from maven,
> and I can verify that the class files have magic number 50.0 set on them,
> indicating Java 6. I can compile the project with a Java 6 jdk, and gwtc
> behaves as expected, but I can't run dev mode. The error I get usually goes
> a little like this:
>
> ERROR: Unable to initialize static dispatcher
> java.lang.UnsupportedClassVersionError:
> com/google/gwt/core/client/JavaScriptObject$ : Unsupported major.minor
> version 51.0
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:471)
> at
> com.google.gwt.dev.shell.CompilingClassLoader.findClass(CompilingClassLoader.java:1121)
> at
> com.google.gwt.dev.shell.CompilingClassLoader.loadClass(CompilingClassLoader.java:1194)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:249)
> at com.google.gwt.dev.shell.JsValueGlue.set(JsValueGlue.java:220)
>
> The magic number 51.0 indicates Java7 - how is it that while I'm running
> Java 6, I am generating Java 7-only classes?
>
> My working theory is that since we moved some internals to be Java 7
> capable (somewhere around https://gwt.googlesource.com/gwt/+/e4f6142 or a
> related commit), it was set as the default. My question: do we intend to
> require Java 7 for dev mode (and therefore also GWTTestCase run in dev
> mode), but allow Java 6 for essentially everything else?
>
> --
> http://groups.google.com/group/Google-Web-Toolkit-Contributors
> ---
> You received this message because you are subscribed to the Google Groups
> "GWT Contributors" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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

2013-11-08 Thread Colin Alworth
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 well - and I 
surmised that GWT had the same goal.

Would it make sense to consider a warning indicating that the flag is 
needed with Java 6, or auto-detecting that Java 6 is running so a 
JavaScriptObject$ compiled for 7 can't possibly work?

On Friday, November 8, 2013 6:01:40 PM UTC-6, Roberto Lublinerman wrote:
>
> You should be able to invoke devmode with -sourceLevel 6.
>
> Roberto Lublinerman | Software Engineer | rlu...@google.com 
>  | 408-500-9148
>
>
> On Fri, Nov 8, 2013 at 3:31 PM, Colin Alworth 
> > wrote:
>
>> I'm not yet convinced that this isn't either a) a workspace issue or b) a 
>> decision the community reached and I missed, but I figured I should stick 
>> it out there and see if someone can correct me.
>>
>> I've just brought our project up to date with GWT 2.6.0-rc1 from maven, 
>> and I can verify that the class files have magic number 50.0 set on them, 
>> indicating Java 6. I can compile the project with a Java 6 jdk, and gwtc 
>> behaves as expected, but I can't run dev mode. The error I get usually goes 
>> a little like this:
>>
>> ERROR: Unable to initialize static dispatcher
>> java.lang.UnsupportedClassVersionError: 
>> com/google/gwt/core/client/JavaScriptObject$ : Unsupported major.minor 
>> version 51.0
>> at java.lang.ClassLoader.defineClass1(Native Method)
>> at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
>> at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
>> at java.lang.ClassLoader.defineClass(ClassLoader.java:471)
>> at 
>> com.google.gwt.dev.shell.CompilingClassLoader.findClass(CompilingClassLoader.java:1121)
>> at 
>> com.google.gwt.dev.shell.CompilingClassLoader.loadClass(CompilingClassLoader.java:1194)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>> at java.lang.Class.forName0(Native Method)
>> at java.lang.Class.forName(Class.java:249)
>> at com.google.gwt.dev.shell.JsValueGlue.set(JsValueGlue.java:220)
>>
>> The magic number 51.0 indicates Java7 - how is it that while I'm running 
>> Java 6, I am generating Java 7-only classes?
>>
>> My working theory is that since we moved some internals to be Java 7 
>> capable (somewhere around https://gwt.googlesource.com/gwt/+/e4f6142 or 
>> a related commit), it was set as the default. My question: do we intend to 
>> require Java 7 for dev mode (and therefore also GWTTestCase run in dev 
>> mode), but allow Java 6 for essentially everything else?
>>  
>> -- 
>> http://groups.google.com/group/Google-Web-Toolkit-Contributors
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "GWT Contributors" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to 
>> google-web-toolkit-contributors+unsubscr...@googlegroups.com
>> .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.