Re: SuperDev Mode Java files are not sent to the browser

2013-01-15 Thread emurmur
I built trunk (you guys make this easy, thanks). I used the sdk that I built from trunk (gwt0.0.0.0) and switched my project to this new sdk. That worked (after I fixed the path to gwt-codeserver.jar in my run configuration to point to the new codeserver). Thanks for your help. Ed On Mond

Re: SuperDev Mode Java files are not sent to the browser

2013-01-14 Thread ustakraharez
Dear All, For me, if is a big help already, that I'm not completely crazy :-) Thanks a lot, and waiting for the fixed release. Best: Gabor 2013. január 15., kedd 3:28:01 UTC+1 időpontban emurmur a következőt írta: > > I think we posted on top of each other. Thanks for the timetable on > 2.5.1

Re: SuperDev Mode Java files are not sent to the browser

2013-01-14 Thread emurmur
I think we posted on top of each other. Thanks for the timetable on 2.5.1. I have not been building from source, so that is a big time-suck for me to setup and then patch. I'll try to rollback to Chrome 23 first. Thanks again. Ed On Monday, January 14, 2013 6:23:24 PM UTC-8, Thomas Broyer

Re: SuperDev Mode Java files are not sent to the browser

2013-01-14 Thread emurmur
Looks like it is fixed in SDK 2.5.1, which is not yet released; http://code.google.com/p/google-web-toolkit/issues/detail?id=7725&q=sourcemaps&colspec=ID%20Type%20Status%20Owner%20Milestone%20Summary%20Stars There is no 2.5.1RC available yet. Does anyone know when that may appear? Anyone have a

Re: SuperDev Mode Java files are not sent to the browser

2013-01-14 Thread Thomas Broyer
We'll release 2.5.1 in the coming weeks, and it will have the fix. If you really need it, then either patch your GWT 2.5.0 or build GWT from trunk (we'll cut 2.5.1 from trunk) On Tuesday, January 15, 2013 3:14:06 AM UTC+1, emurmur wrote: > > Well, I'm not sure how to rollback to Chrome 23. I tr

Re: SuperDev Mode Java files are not sent to the browser

2013-01-14 Thread emurmur
Well, I'm not sure how to rollback to Chrome 23. I tried updating my GWT plugin and SDK to latest (SDK 2.5.0 from 12/12/12 I think), but no dice. Now I'm really stuck. I depend on code server and chrome dev tools. Code server was supposed to be the way to avoid issues with browser upgrades.

Re: SuperDev Mode Java files are not sent to the browser

2013-01-14 Thread emurmur
That makes sense. I just uninstalled Chrome 25 and installed latest Chrome (24) and still have the issue. I probably need to back up to 23, which is what I had this morning when everything worked. Thanks for finding that. Ed On Monday, January 14, 2013 5:16:13 PM UTC-8, Paul Stockley wrote:

Re: SuperDev Mode Java files are not sent to the browser

2013-01-14 Thread Paul Stockley
I think the issue could be related to this: https://gwt-review.googlesource.com/#/c/1300/1 On Monday, January 14, 2013 7:46:26 PM UTC-5, emurmur wrote: > > Unfortunately, I'm just now experiencing the same thing. It started > happening immediately after I update to Chrome 25. It's not clear ye

Re: SuperDev Mode Java files are not sent to the browser

2013-01-14 Thread emurmur
Unfortunately, I'm just now experiencing the same thing. It started happening immediately after I update to Chrome 25. It's not clear yet that Chrome 25 is the issue. Here is what I did; 1) I was in Chrome 23, happily using code server for compiling and source maps and chrome dev tools for d

Re: SuperDev Mode Java files are not sent to the browser

2013-01-13 Thread Paul Stockley
One you bring the dev tools up hit refresh on the page. On Sunday, January 13, 2013 4:06:24 AM UTC-5, ustakraharez wrote: > > Dear All, > > I have a strange problem with SuperDev mode. Sometimes it sends the java > files to the browser, sometimes (and sadly more times :-)) it don't. > > - SuperD