Re: Announcing GPE/GWT 2.2 RC1

2011-02-13 Thread roger7467
Me too,what's wrong? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com.

Re: Announcing GPE/GWT 2.2 RC1

2011-02-12 Thread Sky
Hi, to come back to the GWT 2.2 exception Ümit mentioned above, I too have this error. Do we need a new GIN. jar?? here is my complete Stacktrace i get when i compile my project with new GWT 2.2: java.lang.IncompatibleClassChangeError: Found interface

Re: Announcing GPE/GWT 2.2 RC1

2011-02-12 Thread Y2i
Yes we do. Jeff Larsen has a snapshot. https://groups.google.com/d/msg/google-gin/cFIKn0lfV0c/6H-JgxKO5KEJ https://groups.google.com/d/msg/google-gin/cFIKn0lfV0c/iw4mXZBzh40J -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: Announcing GPE/GWT 2.2 RC1

2011-02-12 Thread Christian Goudreau
Well, I have the same error and I compiled Gin's trunk... On Sat, Feb 12, 2011 at 7:12 PM, Y2i yur...@gmail.com wrote: Yes we do. Jeff Larsen has a snapshot. https://groups.google.com/d/msg/google-gin/cFIKn0lfV0c/6H-JgxKO5KEJ

Re: Announcing GPE/GWT 2.2 RC1

2011-02-12 Thread Y2i
I got the jars from this link: https://github.com/larsenje/google-gin-pom/tree/master/maven They worked with GWT 2.2.0 RC1 and work now after upgrading to GWT 2.2.0 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

[gwt-contrib] Re: Announcing GPE/GWT 2.2 RC1

2011-02-09 Thread ep
in addition, in most cases it doesnt matter what java version to use for GWT code, if your environment still allows java1.4 and you want to integrate latest GWT into your project, it will do perfectly if you keep GWT out of serverside as GWT does not dictate to use RPC communications, or the

Re: Announcing GPE/GWT 2.2 RC1

2011-02-08 Thread Ümit
Do I need a new version of gin for this release? I am asking because I get following error if I try to compile a project which works fine with GWT 2.1.1 with the new release? java.lang.IncompatibleClassChangeError: Found interface com.google.gwt.core.ext.typeinfo.JClassType, but class was

Re: Announcing GPE/GWT 2.2 RC1

2011-02-08 Thread Christian Goudreau
Well knowing that Java 7 is expected to be released mid 2011http://www.developer.com/java/java-7-and-8-begin-to-take-shape-whats-in-whats-out.html, I think that it's just normal to deprecated older versions. Btw, I don't understand why people keep Gwt up to date, but not Java ? Way to go Gwt dev

Re: Announcing GPE/GWT 2.2 RC1

2011-02-08 Thread Travis Camechis
At some point in a project you have to move on, plus it hasn't been removed yet, just deprecated. On Tue, Feb 8, 2011 at 10:05 AM, Christian Goudreau goudreau.christ...@gmail.com wrote: Well knowing that Java 7 is expected to be released mid

Re: Announcing GPE/GWT 2.2 RC1

2011-02-08 Thread Y2i
You do. https://groups.google.com/d/msg/google-web-toolkit/ilF74wij-ZY/snzPlEHWB7IJ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group,

Re: Announcing GPE/GWT 2.2 RC1

2011-02-08 Thread Greg Dougherty
Well, leaving aside the question of why HAVEN'T you upgraded to Java 6, the various isEmpty () methods are quite cool, and wrth an upgrade just for that. Greg On Feb 8, 1:47 am, stuckagain david.no...@gmail.com wrote: What features in Java 6 would be so fundamental to GWT that 1.5 becomes

Re: Announcing GPE/GWT 2.2 RC1

2011-02-08 Thread Greg Dougherty
The other thing to remember is that if they claim to support Java 5, then they have to test against it. Given limited testing ability, where would you have them spend their resources: 1: Making sure Java 1.5 still works 2: Making sure Java 6 works even better? Greg On Feb 8, 1:47 am, stuckagain

Re: Announcing GPE/GWT 2.2 RC1

2011-02-08 Thread Jeff Larsen
Also it is very cool to be able to put @Override on interface methods. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: Announcing GPE/GWT 2.2 RC1

2011-02-08 Thread Jim Douglas
I'm curious about what is keeping you on Java 5? It reached final EOSL 16 months ago: http://java.sun.com/j2se/1.5/ On Feb 7, 11:47 pm, stuckagain david.no...@gmail.com wrote: What features in Java 6 would be so fundamental to GWT that 1.5 becomes deprecated ? -- You received this message

Re: Announcing GPE/GWT 2.2 RC1

2011-02-08 Thread Jeff Schwartz
Java 5 is just s old lol. Java 6 makes me feel s young and Java 7 will make me feel like a kid again lol. On Tue, Feb 8, 2011 at 3:11 PM, Jeff Larsen larse...@gmail.com wrote: Also it is very cool to be able to put @Override on interface methods. -- You received this message because

Re: Announcing GPE/GWT 2.2 RC1

2011-02-08 Thread Thomas Broyer
I bet internal infrastructure, and maybe Mac OS X (see For developers that don't have easy access to Java 6 (such as developers using Mac OS X), the App Engine SDK is compatible with Java 5. at http://code.google.com/appengine/docs/java/gettingstarted/installing.html ) And to others, note that

Re: Announcing GPE/GWT 2.2 RC1

2011-02-08 Thread Jim Douglas
That comment is a bit out of date. Java 6 was released for Intel Macs running Leopard on April 29, 2008. I've been using Java 6 on this MacBook Pro as my primary development system since October 2008. On Feb 8, 12:37 pm, Thomas Broyer t.bro...@gmail.com wrote: I bet internal infrastructure,

Re: Announcing GPE/GWT 2.2 RC1

2011-02-08 Thread Y2i
Jim, I think when they referred to *easy access* they meant something like *sudo apt-get install java6-sdk* :-) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To

Re: Announcing GPE/GWT 2.2 RC1

2011-02-08 Thread Jim Douglas
Incidentally, every GWT presentation at Google IO 2010 was done on a Mac: http://www.google.com/events/io/2010/sessions.html#GWT On Feb 8, 1:58 pm, Y2i yur...@gmail.com wrote: Jim, I think when they referred to *easy access* they meant something like *sudo apt-get install java6-sdk* :-) --

Re: [gwt-contrib] Re: Announcing GPE/GWT 2.2 RC1

2011-02-08 Thread Ray Ryan
It's not so much about missing features (although it will be nice to be allowed to use and emulate features that were added to the language more than four years ago). It's more about being in step with the rest of Google's code base. Having to keep an eye out for 1.6'ism creeping in has been a

Re: [gwt-contrib] Re: Announcing GPE/GWT 2.2 RC1

2011-02-08 Thread Ray Ryan
It's not so much about missing features (although it will be nice to be allowed to use and emulate features that were added to the language more than four years ago). It's more about being in step with the rest of Google's code base. Having to keep an eye out for 1.6'ism creeping in has been a

Re: Announcing GPE/GWT 2.2 RC1

2011-02-07 Thread stuckagain
What features in Java 6 would be so fundamental to GWT that 1.5 becomes deprecated ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this

[gwt-contrib] Re: Announcing GPE/GWT 2.2 RC1

2011-02-07 Thread stuckagain
What features in Java 6 would be so fundamental to GWT that 1.5 becomes deprecated ? -- http://groups.google.com/group/Google-Web-Toolkit-Contributors