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. 
> Does anyone know if GWT 2.7 supports JDK 1.6?
>

GWT 2.7 works with Java 6, but IIRC the GPE (either Google Plugin for 
Eclipse or GWT Plugin for Eclipse) requires Java 7; i.e. you need to launch 
Eclipse with a JRE 7, but then you should be able to pick a JDK 6 for your 
project and it should work (AFAICT) 

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" 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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 disabled this in the eclipse. But it still has 
problem. Do you know how to solve this issue? 



On Friday, December 11, 2015 at 4:01:00 AM UTC-5, Thomas Broyer wrote:
>
>
>
> 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. 
>> Does anyone know if GWT 2.7 supports JDK 1.6?
>>
>
> GWT 2.7 works with Java 6, but IIRC the GPE (either Google Plugin for 
> Eclipse or GWT Plugin for Eclipse) requires Java 7; i.e. you need to launch 
> Eclipse with a JRE 7, but then you should be able to pick a JDK 6 for your 
> project and it should work (AFAICT) 
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" 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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 are subscribed to the Google Groups "GWT 
Users" 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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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, wade.z...@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. 
> Does anyone know if GWT 2.7 supports JDK 1.6? 
> 
> 
> -- 
> You received this message because you are subscribed to a topic in the Google 
> Groups "GWT Users" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/google-web-toolkit/YVKZe2xpQ-Y/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" 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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 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 run-down of all changes since GWT 2.6.1, read the release notes 
> .
>
> The release is available for download here 
>  or on maven central.
>
> If you find any issues with this release, please file a bug in our issue 
> tracker.
>
> Daniel,
> on behalf of the GWT team at Google
>
>

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 bigger, between 2 and 5%.
But the problem I'm having with 2.7 is when I put out
a newer version of a web app that has already been
loaded into a users' browser.

On the server, the update times for all relevant files (.html, .css, 
.js etc.) are set to one week. So if there is a new version of a
web app, users will typically get it within a week. For users who
ask for the latest version right away, I would tell them to 
force refresh the browser page.For 2.6 and earlier, this worked reliably 
on all browsers I tested (IE Firefox and Chrome on Windows, Firefox
and Chrome on Mac, Chrome on Android). With 2.7, it works sometimes,
but there have been several occasions where I asked the user to
refresh to get the latest version, they did, and they ended up with a dead 
page.
In other words, the GWT javascript page of the page did not load at all.
Faced with that, I have to tell users to delete their browsing history, and
try again (-- I never had to resort to that extreme step before 2.7).

Faced with that, I decided to go back to 2.6 today, and the problem 
completely
went away. I asked the same users who ended up with dead pages from the 2.7
version to refresh again to the just published 2.6 version, and the app 
worked
right away, no problem.

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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ó:

 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 run-down of all changes since GWT 2.6.1, read the release notes 
 http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

 The release is available for download here 
 http://www.gwtproject.org/download.html or on maven central.

 If you find any issues with this release, please file a bug in our issue 
 tracker.

 Daniel,
 on behalf of the GWT team at Google



-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 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 run-down of all changes since GWT 2.6.1, read the release notes 
 http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

 The release is available for download here 
 http://www.gwtproject.org/download.html or on maven central.

 If you find any issues with this release, please file a bug in our issue 
 tracker.

 Daniel,
 on behalf of the GWT team at Google



-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 the compiler errors. 
There aren't soo many for your switch...

If you want to go in to theorie preparation: see the release notes.


Op dinsdag 21 april 2015 15:36:07 UTC+2 schreef 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 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 run-down of all changes since GWT 2.6.1, read the release notes 
 http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

 The release is available for download here 
 http://www.gwtproject.org/download.html or on maven central.

 If you find any issues with this release, please file a bug in our issue 
 tracker.

 Daniel,
 on behalf of the GWT team at Google



-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 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 run-down of all changes since GWT 2.6.1, read the release notes 
 http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

 The release is available for download here 
 http://www.gwtproject.org/download.html or on maven central.

 If you find any issues with this release, please file a bug in our issue 
 tracker.

 Daniel,
 on behalf of the GWT team at Google



-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 Terms of Service 
http://www.gwtproject.org/terms.html and Privacy Policy 
http://www.gwtproject.org/privacy.html.
Download the GWT Developer Plugin
For Chrome
https://chrome.google.com/webstore/detail/gwt-developer-plugin/jpjpnpmbddbjkfaccnmhnkdgjideieim
plugins for other systems

For help or troubleshooting, ask questions in the discussion group 
https://groups.google.com/group/google-web-toolkit.


what i do help me thanks in advance




-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 major feature of this release is a new super fast compilation path in 
 Super Dev mode that replaces the old dev mode.
 For a run-down of all changes since GWT 2.6.1, read the release notes 
 http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

 The release is available for download here 
 http://www.gwtproject.org/download.html or on maven central.

 If you find any issues with this release, please file a bug in our issue 
 tracker.

 Daniel,
 on behalf of the GWT team at Google



-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 for 
moudule.nocache.js.zip file which is not auto generated by the codeserver. 
This recompile-reqester embedded module.nocache.js missed a gz version. 

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 delete your old /path/to/war/module folder so that you start with a 
 fresh one generated by GWT 2.7. After SDM has started you can deploy the 
 war and recompile on reload should work.

 The above also means that if you build a production version of your app 
 you should first clean that folder again so you do not accidentally deploy 
 a generated module.nocache.js file into production that was actually 
 meant to be used with SDM only.

 -- J.


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 SDM create 
other server than Jetty different? 
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?

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 SDM create 
 other server than Jetty different? 


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 same as CodeServer 
-launcherDir exploded war folder . Both just start the SDM code server 
and don't care about deploying your server side code.
 

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.

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 same as CodeServer 
 -launcherDir exploded war folder . Both just start the SDM code server 
 and don't care about deploying your server side code.
  


I do  DevMode -server TomcatLauncher. The Tomcat server services GWT RPC. 
Does that make any difference?

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 fine. But when I tried to load from Chrome, 
 the page is empty and the console said cannot load module nocache.js file. 
 I searched the issue and found a old post with workaround to point the 
 moudule nocache.js file to code server instead of the web server: 
 https://code.google.com/p/google-web-toolkit/issues/detail?id=8886


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 delete your old /path/to/war/module folder so that you start with a 
fresh one generated by GWT 2.7. After SDM has started you can deploy the 
war and recompile on reload should work.

The above also means that if you build a production version of your app you 
should first clean that folder again so you do not accidentally deploy a 
generated module.nocache.js file into production that was actually meant 
to be used with SDM only.

-- J.

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 when I tried to load from Chrome, 
the page is empty and the console said cannot load module nocache.js file. 
I searched the issue and found a old post with workaround to point the 
moudule nocache.js file to code server instead of the web server: 
https://code.google.com/p/google-web-toolkit/issues/detail?id=8886

But then I need to use Dev on bookmarklet to recompile it and I need to 
force to set one permutation properties on the gwt.xml file.
Does anyone have this issue or know how to fix it so that I can fully use 
GWT 2.7 SDM without these workarounds to refresh browser to recompile the 
code?

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 
 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 run-down of all changes since GWT 2.6.1, read the release notes 
 http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

 The release is available for download here 
 http://www.gwtproject.org/download.html or on maven central.

 If you find any issues with this release, please file a bug in our issue 
 tracker.

 Daniel,
 on behalf of the GWT team at Google



-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 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 tool with managed dependencies (Ivy, Gradle, Maven, etc.) 
that'll download jars from Maven Central.

--
You received this message because you are subscribed to a topic in the Google 
Groups Google Web Toolkit group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/google-web-toolkit/YVKZe2xpQ-Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

This message (including any attachments) may contain confidential, proprietary, 
privileged and/or private information.  The information is intended to be for 
the use of the individual or entity designated above.  If you are not the 
intended recipient of this message, please notify the sender immediately, and 
delete the message and any attachments.  Any disclosure, reproduction, 
distribution or other use of this message or any attachments by an individual 
or entity other than the intended recipient is prohibited.

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 tool with managed dependencies (Ivy, Gradle, Maven, etc.) 
that'll download jars from Maven Central.

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 9:55:59 AM UTC-5, Peter Ondruška wrote:

 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 Designed has gone.

 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 fast compilation path in 
 Super Dev mode that replaces the old dev mode.
 For a run-down of all changes since GWT 2.6.1, read the release notes 
 http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

 The release is available for download here 
 http://www.gwtproject.org/download.html or on maven central.

 If you find any issues with this release, please file a bug in our issue 
 tracker.

 Daniel,
 on behalf of the GWT team at Google



-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 display/communicate with 
the browser to dispatch debug events. The good news is that there's already 
on project doing this, but the bémol is that the sourcemap spec is leaking 
some vital information: see this bug for example 
https://groups.google.com/forum/#!topic/sdbg/Ku3WWrdtKis

Do you think GWT can allocate some of the energy they were spending in the 
browser plugin to fix this kind of issues?

I just want to underline that GWT's success was: *develop in Java and run 
in the browser*. Now there's a big piece of the *develop in java that was 
cut off: debugging and source navigation while running.* So it's the heart 
of the spirit of GWT that has been touched with the superDevMode

Unless the strategy is to migrate projects towards dart and drop GWT out, I 
think this feature is vital for the success of GWT to keep going

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 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 run-down of all changes since GWT 2.6.1, read the release notes 
 http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

 The release is available for download here 
 http://www.gwtproject.org/download.html or on maven central.

 If you find any issues with this release, please file a bug in our issue 
 tracker.

 Daniel,
 on behalf of the GWT team at Google



-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 when there are changes) is awesome.  I really appreciate the work 
the GWT team has done.

Thanks,
-James

On Thursday, November 20, 2014 4:59:06 AM UTC-6, 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 fast compilation path in 
 Super Dev mode that replaces the old dev mode.
 For a run-down of all changes since GWT 2.6.1, read the release notes 
 http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

 The release is available for download here 
 http://www.gwtproject.org/download.html or on maven central.

 If you find any issues with this release, please file a bug in our issue 
 tracker.

 Daniel,
 on behalf of the GWT team at Google



-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 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 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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 2014 20:14:09 UTC, Jens wrote:

 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 file produced by 
 DevMode/SDM ? 

 -- J.


-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 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 2014 20:14:09 UTC, Jens wrote:

 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 file produced by 
 DevMode/SDM ? 

 -- J.



-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 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 run-down of all changes since GWT 2.6.1, read the release notes 
 http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

 The release is available for download here 
 http://www.gwtproject.org/download.html or on maven central.

 If you find any issues with this release, please file a bug in our issue 
 tracker.

 Daniel,
 on behalf of the GWT team at Google



-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 Designed has gone.

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 fast compilation path in 
 Super Dev mode that replaces the old dev mode.
 For a run-down of all changes since GWT 2.6.1, read the release notes 
 http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

 The release is available for download here 
 http://www.gwtproject.org/download.html or on maven central.

 If you find any issues with this release, please file a bug in our issue 
 tracker.

 Daniel,
 on behalf of the GWT team at Google



-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 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 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 run-down of all changes since GWT 2.6.1, read the release notes
 http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

 The release is available for download here
 http://www.gwtproject.org/download.html or on maven central.

 If you find any issues with this release, please file a bug in our issue
 tracker.

 Daniel,
 on behalf of the GWT team at Google

  --
 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 google-web-toolkit@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-web-toolkit.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 
mode server.

Am I missing a parameter or something like that?

Cheers

Drew

On Thursday, 20 November 2014 10:59:06 UTC, 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 fast compilation path in 
 Super Dev mode that replaces the old dev mode.
 For a run-down of all changes since GWT 2.6.1, read the release notes 
 http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

 The release is available for download here 
 http://www.gwtproject.org/download.html or on maven central.

 If you find any issues with this release, please file a bug in our issue 
 tracker.

 Daniel,
 on behalf of the GWT team at Google



-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 file produced by 
DevMode/SDM ? 

-- J.

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 run-down of all changes since GWT 2.6.1, read the release notes 
http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

The release is available for download here 
http://www.gwtproject.org/download.html or on maven central.

If you find any issues with this release, please file a bug in our issue 
tracker.

Daniel,
on behalf of the GWT team at Google

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 compilation path in
 Super Dev mode that replaces the old dev mode.
 For a run-down of all changes since GWT 2.6.1, read the release notes
 http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

 The release is available for download here
 http://www.gwtproject.org/download.html or on maven central.

 If you find any issues with this release, please file a bug in our issue
 tracker.

 Daniel,
 on behalf of the GWT team at Google

  --
 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 google-web-toolkit@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-web-toolkit.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 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 run-down of all changes since GWT 2.6.1, read the release notes.

 The release is available for download here or on maven central.

 If you find any issues with this release, please file a bug in our issue
 tracker.

 Daniel,
 on behalf of the GWT team at Google

 --
 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 google-web-toolkit@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-web-toolkit.
 For more options, visit https://groups.google.com/d/optout.


 --
 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 google-web-toolkit@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-web-toolkit.
 For more options, visit https://groups.google.com/d/optout.



-- 
Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net
http://it.linkedin.com/in/morettoni/ | http://twitter.com/morettoni
Google+ profile: https://www.google.com/+LucaMorettoni
Member of GDG Perugia: http://perugia.gtugs.org

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 this release is a new super fast compilation path in 
 Super Dev mode that replaces the old dev mode.
 For a run-down of all changes since GWT 2.6.1, read the release notes 
 http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

 The release is available for download here 
 http://www.gwtproject.org/download.html or on maven central.

 If you find any issues with this release, please file a bug in our issue 
 tracker.

 Daniel,
 on behalf of the GWT team at Google



-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 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 run-down of all changes since GWT 2.6.1, read the release notes 
 http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

 The release is available for download here 
 http://www.gwtproject.org/download.html or on maven central.

 If you find any issues with this release, please file a bug in our issue 
 tracker.

 Daniel,
 on behalf of the GWT team at Google



-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 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 stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 problem simple together. Sketch.

On Thursday, November 20, 2014 3:36:49 PM UTC+2, Luca wrote:

 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 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 stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 fast compilation path in 
 Super Dev mode that replaces the old dev mode.
 For a run-down of all changes since GWT 2.6.1, read the release notes 
 http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

 The release is available for download here 
 http://www.gwtproject.org/download.html or on maven central.

 If you find any issues with this release, please file a bug in our issue 
 tracker.

 Daniel,
 on behalf of the GWT team at Google



-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 and restarting a few times, no luck.

Any ideas?

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 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 run-down of all changes since GWT 2.6.1, read the release notes 
 http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

 The release is available for download here 
 http://www.gwtproject.org/download.html or on maven central.

 If you find any issues with this release, please file a bug in our issue 
 tracker.

 Daniel,
 on behalf of the GWT team at Google



-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.