[gwt-contrib] Issues for GWT.create contributor workshop

2013-10-16 Thread Daniel Kurka
Hi all, It is about time to start tagging issues for the GWT.create workshops. I added michael from vaadin to the gwtproject, so he can help with this as well. I created a label for the issues that are possible candidates for the workshops (Category-GWT-create-conference). If you find anything

Re: [gwt-contrib] Re: GWT contribution workshop

2013-10-16 Thread Michael Vogt
Thank you for your answers. Thomas, are the Gradle files with your changes available somewhere? Do you think they will be ready to use for GWT.create? In regards to the Eclipse read me file, I have the feeling that this can be improved, and optional steps marked accordingly. I could work on it,

Re: [gwt-contrib] Re: GWT contribution workshop

2013-10-16 Thread Thomas Broyer
On Wednesday, October 16, 2013 9:04:00 AM UTC+2, Michael Vogt wrote: Thank you for your answers. Thomas, are the Gradle files with your changes available somewhere? Do you think they will be ready to use for GWT.create? Not yet. I'll publish it soon though (probably on GitHub, until

Re: [gwt-contrib] Re: GWT contribution workshop

2013-10-16 Thread Michael Vogt
One thing that could be done during the workshop is updating the checkstyle configuration files to the new format so we're no longer tied to an old version of checkstyle! What needs to be done for updating the configuration? I have problems with CheckStyle here. It is choking on unicode

Re: [gwt-contrib] Re: GWT contribution workshop

2013-10-16 Thread Thomas Broyer
On Wednesday, October 16, 2013 12:36:19 PM UTC+2, Michael Vogt wrote: One thing that could be done during the workshop is updating the checkstyle configuration files to the new format so we're no longer tied to an old version of checkstyle! What needs to be done for updating the

[gwt-contrib] Can someone explain me why I get the following error?

2013-10-16 Thread Cristiano
Hi All maybe I can be a little off-topic posting here but this is not an usual user question and hopefully some contributor can help me. I want to understand an error that I get in DevMode. The error is the following:

[gwt-contrib] Re: Can someone explain me why I get the following error?

2013-10-16 Thread Roberto Lublinerman
Seems to point that JavaScriptObject.class was compiled in java 7 mode but the codeserver is running in a java 6 vm. On Wednesday, October 16, 2013 2:19:54 PM UTC-7, Cristiano wrote: Hi All maybe I can be a little off-topic posting here but this is not an usual user question and hopefully

[gwt-contrib] Re: Can someone explain me why I get the following error?

2013-10-16 Thread Jens
Looks like your DevMode is running with Java 6 but it tries to load classes that are compiled against Java 7. I would guess you have compiled GWT trunk using Java 7 (as its probably the default in your operating system) but Eclipse is configured to still use Java 6 to run DevMode. GWT trunk is

Re: [gwt-contrib] Re: Can someone explain me why I get the following error?

2013-10-16 Thread Cristiano Costantini
Good catch! It is true I compiled GWT with Java 7 and my eclipse may be launching it still with Java 6! I'll check it immediately. How did you recognized that? is that 51.0 in Unsupported major.minor version (for me it is a non-sense) ? Thank you! Cristiano 2013/10/17 Jens

Re: [gwt-contrib] Re: Can someone explain me why I get the following error?

2013-10-16 Thread Cristiano
Yes, I confirm it is working and I no more have a conflict with with Jetty 7's org.eclipse.jetty.orbit/org.eclipse.jdt.core/3.7.1, inherited by org.eclipse.jetty/jetty-jsp/7.6.12.v20130726 ;-) Thank you Cristiano -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You