Re: GWT 2.7.0 is here

2015-12-11 Thread Thomas Broyer
On Friday, December 11, 2015 at 12:26:41 AM UTC+1, wade...@gmail.com wrote: > > I have installed GPE with GWT 2.7 into Eclipse Luna 4.4. Everything works > fine. > However, for some reason I have to downgrade JDK from 1.7 to 1.6. After > downgrading, the GWT plugin doesn't work anymore. >

Re: GWT 2.7.0 is here

2015-12-11 Thread wade . zang
Thanks Thomas. I have tried your solution. I installed the GPE with Java 7 first. Then I selected jre 1.6 in the build path. However, I got an JVM Launcher error "Main class is not found in com.google.appengine.tools.enhancer.Enhance". Looks like this enhancer does not support java 1.6. I

Re: GWT 2.7.0 is here

2015-12-10 Thread wade . zang
I have installed GPE with GWT 2.7 into Eclipse Luna 4.4. Everything works fine. However, for some reason I have to downgrade JDK from 1.7 to 1.6. After downgrading, the GWT plugin doesn't work anymore. Does anyone know if GWT 2.7 supports JDK 1.6? -- You received this message because you

Re: GWT 2.7.0 is here

2015-12-10 Thread David Dumaresq
it sounds like you may have an older version of the gwt-servlet.jar or gwt-user.jar somewhere in your classpath. check your server lib or web-inf/lib. dave --- Education is not the filling of a pail, but the lighting of a fire. William Butler Yeats > On Dec 10, 2015, at 1:37 PM,

Re: GWT 2.7.0 is here

2015-09-03 Thread mseele
When will GWT 2.7.1 be released? We cannot use 2.7.0 cause of the "nocache.js"-bug but whould like to upgrade from 2.6.1... Am Donnerstag, 20. November 2014 11:59:06 UTC+1 schrieb Daniel Kurka: > > Today we are excited to announce the GWT 2.7.0 release. Thanks to > everyone who contributed to

Re: GWT 2.7.0 is here

2015-08-20 Thread Thomas Broyer
2.7 shipped with a bug regarding the mtime of the nocache.js file. Does it work better if you touch the file before you deploy it? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails

Re: GWT 2.7.0 is here

2015-08-20 Thread John Malpas
Hello, I'm repsonsible for @ 50 GWT web apps. I develop on Windows 7 on a command line, and the apps run on a commercial Linux server. Last month (July 2015) I switched from 2.6 to 2.7. I small thing I noticed right away was that the deliverable file sizes for 2.7 were uniformly slightly

Re: GWT 2.7.0 is here

2015-08-06 Thread DC
Thumbs up!!! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to

Re: GWT 2.7.0 is here

2015-07-30 Thread Alex Sanz
Hi, it's awesome. On september I will migrate for 2.5.1 to 2.7.0 but i wonder if do you have a scheduler for the next stable release? for go to the next on september? Thanks a lot for your awesome work. Alex Sanz El jueves, 20 de noviembre de 2014, 11:59:06 (UTC+1), Daniel Kurka escribió:

Re: GWT 2.7.0 is here

2015-05-12 Thread lukaslokfuehrer123
great tool. but why do you stop support for linux? is there a way to develop with GWT under linux??? Am Donnerstag, 20. November 2014 11:59:06 UTC+1 schrieb Daniel Kurka: Today we are excited to announce the GWT 2.7.0 release. Thanks to everyone who contributed to this release, especially

Re: GWT 2.7.0 is here

2015-05-12 Thread Michael Joyner
On 05/12/2015 03:36 PM, lukaslokfuehrer...@gmail.com wrote: great tool. but why do you stop support for linux? is there a way to develop with GWT under linux??? Huh? I for one only develop using Linux ... -- You received this message because you are subscribed to the Google Groups Google

Re: GWT 2.7.0 is here

2015-04-24 Thread Ed
| how to i convert my application which is in 2.3 version to 2.7 ? plz provide me some steps to convert the version to 2.7. As far as I know: there is no migration guide. Just switch to 2.7 and start resolving the compiler errors. It will probably cost you more time in this forum then solving

Re: GWT 2.7.0 is here

2015-04-21 Thread rakesh pabbathi
Hi Daniel how to i convert my application which is in 2.3 version to 2.7 ? plz provide me some steps to convert the version to 2.7. On Thursday, 20 November 2014 16:29:06 UTC+5:30, Daniel Kurka wrote: Today we are excited to announce the GWT 2.7.0 release. Thanks to everyone who

Re: GWT 2.7.0 is here

2015-04-07 Thread Jens
The plugin does not work anymore in new versions of Chrome. Use SuperDevMode instead which does not require a browser plugin or install an older browser again. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from

Re: GWT 2.7.0 is here

2015-04-07 Thread Raj
hi ... this is raj i have some problem to the extension of GWT plug in chrome i already install that extension GWT Developer Plugin 1.0.11357 but when i run the GWT program it will gives the message like Development Mode requires the GWT Developer Plugin By downloading, you agree to the

Re: GWT 2.7.0 is here

2015-03-10 Thread Jiyuan Zheng
when will eclipse version of SDK be released? On Thursday, November 20, 2014 at 5:59:06 AM UTC-5, Daniel Kurka wrote: Today we are excited to announce the GWT 2.7.0 release. Thanks to everyone who contributed to this release, especially our non-Google open source contributors. One

Re: GWT 2.7.0 is here

2015-02-20 Thread showlong
I did a test to manually rename the module.nocache.js to module-nocache.js file and upate module.htmi to load client/module-nocache.js file, it works. How come? No idea. Most likely there is something strange with your setup. -- J. I found the issue is our Tomcat server is looking

Re: GWT 2.7.0 is here

2015-02-18 Thread showlong
On Tuesday, February 17, 2015 at 3:54:35 PM UTC-8, Jens wrote: When you start DevMode -war /path/to/war/ then GWT 2.7 will generate a module.nocache.js file in the specified war folder. However it does not override any existing modulenocache.js file. So the best thing you can do is to

Re: GWT 2.7.0 is here

2015-02-18 Thread Jens
Thanks for your info. I clean the war/client dir and then launch SDM but still the launch page http://127.0.0.1:/module.html still cannot load client/module.nocache.js file although the module.nocache.js file is really under war/client/module.nocache.js. This is Tomcat server, does

Re: GWT 2.7.0 is here

2015-02-18 Thread showlong
If you use Tomcat then you launch DevMode -noserver -war exploded war folder which tells GWT to not start the Jetty server provided by GWT. Instead GWT assumes that you deploy exploded war folder yourself using whatever server you like. DevMode -noserver -war exploded war folder is the

Re: GWT 2.7.0 is here

2015-02-17 Thread Jens
I tried to use GWT 2.7 SDM with Tomcat server. From Eclipse, I launched our app launcher file used to work with GWT 2.6 Dev mode, and so now with GWT2.7 it becomes SDM by default. The initial compilation is OK and code server starts fine and our app web server (using GWT RPC) starts

Re: GWT 2.7.0 is here

2015-02-17 Thread showlong
I tried to use GWT 2.7 SDM with Tomcat server. From Eclipse, I launched our app launcher file used to work with GWT 2.6 Dev mode, and so now with GWT2.7 it becomes SDM by default. The initial compilation is OK and code server starts fine and our app web server (using GWT RPC) starts fine. But

Re: GWT 2.7.0 is here

2015-02-06 Thread Ali Akhtar
There appears to be a bug in autobean deserialization in 2.7.0 : https://groups.google.com/forum/#!topic/google-web-toolkit/RzsjqX2gGd4 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving

Re: GWT 2.7.0 is here

2015-01-23 Thread Thomas Broyer
On Thursday, January 22, 2015 at 9:26:55 PM UTC+1, Dave Dumaresq wrote: Why isn't this available from the Eclipse update site (luna https://dl.google.com/eclipse/plugin/4.4)? For that matter I can't find 2.6.1 there either. https://groups.google.com/d/topic/google-web-toolkit/tzlin8mX7EU

Re: GWT 2.7.0 is here

2015-01-22 Thread Dave Dumaresq
Why isn't this available from the Eclipse update site (luna https://dl.google.com/eclipse/plugin/4.4)? For that matter I can't find 2.6.1 there either. Dave On Thursday, 20 November 2014 02:59:06 UTC-8, Daniel Kurka wrote: Today we are excited to announce the GWT 2.7.0 release. Thanks to

RE: GWT 2.7.0 is here

2015-01-14 Thread Davis, Malcolm
Thanks! -Original Message- From: google-web-toolkit@googlegroups.com [mailto:google-web-toolkit@googlegroups.com] On Behalf Of Thomas Broyer Sent: Wednesday, January 14, 2015 5:42 PM To: google-web-toolkit@googlegroups.com Subject: Re: GWT 2.7.0 is here Distribution as an Eclipse plugin

Re: GWT 2.7.0 is here

2015-01-14 Thread Thomas Broyer
Distribution as an Eclipse plugin is managed by the Google Plugin for Eclipse team, ask them on their group or report on their issue tracker (sorry, don't have the links at the moment). If you want the latest and greatest, download the zip file and configure it in Eclipse. …or move to a build

Re: GWT 2.7.0 is here

2015-01-14 Thread malcolm.davis
I still see only 2.6.0 SDK as the latest version from the https://dl.google.com/eclipse/plugin/4.4 update site in eclipse, and it is now mid January. Is this going to be updated? Or is there a problem at my end? And if the latter, what is the fix? Thanks. On Saturday, November 22, 2014 at

Re: GWT 2.7.0 is here

2015-01-01 Thread Zied Hamdi
Hi Daniel, These are good news, the bad news is the fact that we won't be able to use eclipse with all its developement shortcutted features (source navigation, breakpoint and bookmark management, tasks, etc...). The solution is an eclipse plugin that will read the sourcemap and

Re: GWT 2.7.0 is here

2014-12-04 Thread James Wendel
I wanted to say thank you to the entire GWT team for this release. Incremental compiling for SDM has made it where we can use it at my company and it's seems great in my initial testing on it. Being able to reload a page instantly when there are no changes (or only a few seconds to reload

Re: GWT 2.7.0 is here

2014-11-25 Thread Drew Spencer
I find the source maps works sometimes, but sometimes not. I've heard other say the same as well. Haven't been able to reproduce it with any level of consistency either so who knows what's causing it! On Monday, 24 November 2014 23:17:56 UTC, jaga wrote: Yes. I noticed it needs double the

Re: GWT 2.7.0 is here

2014-11-24 Thread Drew Spencer
I'm really not sure. I just run mvn gae:deploy which runs my tests, compiles if needed and then completes the interaction with the server. If I deploy using 2.6.1 it's fine, it's just a bit annoying as I have to do a total clean time I switch between 2.7 and 2.6.1. Meh On Friday, 21 November

Re: GWT 2.7.0 is here

2014-11-24 Thread Drew Spencer
Hmm, in my appDir I have a project.nocache.js and a project.devmode.js. Not sure If I can exclude them though as they are generated at compile time aren't they? Surely I can't be the only one with this problem? Drew On Monday, 24 November 2014 08:56:02 UTC, Drew Spencer wrote: I'm really

Re: GWT 2.7.0 is here

2014-11-24 Thread Pavel Kakolin
Looks like new GWT requires much more memory to compile applications. Eg. after switching to 2.7, almost every build of our application on buildagents with 32 bit java8 with -Xmx1440m fails with OOM (native). On Thursday, November 20, 2014 11:59:06 AM UTC+1, Daniel Kurka wrote: Today we are

Re: GWT 2.7.0 is here

2014-11-24 Thread jaga
Yes. I noticed it needs double the memory. Also the -port parameter does not seem to work in Eclipse. Finally, and most importantly, I could not get the source maps to work. They don't appear in chrome dev tools. I had it all working in 2.6.1. -- You received this message because you are

Re: GWT 2.7.0 is here

2014-11-22 Thread Peter Ondruška
Thanks but still no update on Eclipse update site (as mentioned in http://www.gwtproject.org/download.html). And fix the wording on the same page: The Google Plugin for Eclipse provides IDE support for the GWT and App Engine web projects, and includes a lightweight version of GWT Designer. GWT

Re: GWT 2.7.0 is here

2014-11-21 Thread Prashant
Awesome. We are switching to 2.7 in our next release. Prashant, www.pratilipi.com On Thu Nov 20 2014 at 10:26:21 PM Tom Legrand thomas.legr...@axellience.com wrote: Great news! We're going to switch to 2.7 in our next sprint Great to see it compiles even faster in the super dev mode On

Re: GWT 2.7.0 is here

2014-11-21 Thread Drew Spencer
Awesome! Thanks so much to all the guys working on this. You are legends. Quick question - has anyone had any problems with deploying to appengine using the maven-gae-plugin? I tried a couple of times with 2.7rc1 and when I tried to load the deployed version it seemed to be looking for the dev

Re: GWT 2.7.0 is here

2014-11-21 Thread Jens
Quick question - has anyone had any problems with deploying to appengine using the maven-gae-plugin? I tried a couple of times with 2.7rc1 and when I tried to load the deployed version it seemed to be looking for the dev mode server. Maybe you accidentally deployed the module.nocache.js

GWT 2.7.0 is here

2014-11-20 Thread Daniel Kurka
Today we are excited to announce the GWT 2.7.0 release. Thanks to everyone who contributed to this release, especially our non-Google open source contributors. One major feature of this release is a new super fast compilation path in Super Dev mode that replaces the old dev mode. For a

Re: GWT 2.7.0 is here

2014-11-20 Thread Juan Pablo Gardella
Awesome!! On 20 November 2014 07:59, Daniel Kurka danku...@google.com wrote: Today we are excited to announce the GWT 2.7.0 release. Thanks to everyone who contributed to this release, especially our non-Google open source contributors. One major feature of this release is a new super fast

Re: GWT 2.7.0 is here

2014-11-20 Thread Luca Morettoni
Well done Daniel (and all the GWT developer community)!! Proud to have met you in Firenze! On Thu, Nov 20, 2014 at 12:11 PM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Awesome!! On 20 November 2014 07:59, Daniel Kurka danku...@google.com wrote: Today we are excited to announce

Re: GWT 2.7.0 is here

2014-11-20 Thread Luca
Waiting for Maven Central.. Il giorno giovedì 20 novembre 2014 11:59:06 UTC+1, Daniel Kurka ha scritto: Today we are excited to announce the GWT 2.7.0 release. Thanks to everyone who contributed to this release, especially our non-Google open source contributors. One major feature of

Re: GWT 2.7.0 is here

2014-11-20 Thread Jens
Waiting for Maven Central.. https://repo1.maven.org/maven2/com/google/gwt/gwt-user/2.7.0/ Maven search website just doesn't reveal it yet. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and

Re: GWT 2.7.0 is here

2014-11-20 Thread Christoph Henrici
Great!!! Excited to get to try JSInterop , albeit experimential Am Donnerstag, 20. November 2014 11:59:06 UTC+1 schrieb Daniel Kurka: Today we are excited to announce the GWT 2.7.0 release. Thanks to everyone who contributed to this release, especially our non-Google open source

Re: GWT 2.7.0 is here

2014-11-20 Thread Luca
Now it's there, when I tried Maven build failed. Thank you, now I want to test all my projects :) Il giorno giovedì 20 novembre 2014 13:40:39 UTC+1, Jens ha scritto: Waiting for Maven Central.. https://repo1.maven.org/maven2/com/google/gwt/gwt-user/2.7.0/ Maven search website just

Re: GWT 2.7.0 is here

2014-11-20 Thread Saiki Tanabe
Thank you! Wov it really compiles fast after the first compilation. This really makes a difference in development. In small change Sketchboard.io used to take 5 - 6 seconds to compile and now it takes little bit over a 1 second, I am impressed. Saiki -- http://sketchboard.io - Make a complex

Re: GWT 2.7.0 is here

2014-11-20 Thread apanizo
Fantástico! On Thursday, 20 November 2014 11:59:06 UTC+1, Daniel Kurka wrote: Today we are excited to announce the GWT 2.7.0 release. Thanks to everyone who contributed to this release, especially our non-Google open source contributors. One major feature of this release is a new super

Re: GWT 2.7.0 is here

2014-11-20 Thread Ali Akhtar
I've just updated to 2.7.0 through maven, and each time I run it, the browser gets stuck on the 'Compiling [ModuleName]' screen. In chrome's console, I see this error: Uncaught ReferenceError: moduleName is not defined :9876/ModuleName/ModuleName.recompile.nocache.js:349 I've tried stopping

Re: GWT 2.7.0 is here

2014-11-20 Thread Tom Legrand
Great news! We're going to switch to 2.7 in our next sprint Great to see it compiles even faster in the super dev mode On Thursday, November 20, 2014 11:59:06 AM UTC+1, Daniel Kurka wrote: Today we are excited to announce the GWT 2.7.0 release. Thanks to everyone who contributed to this