Re: GWT 2.5.0-rc1 and eclipse (3.7 and 4.2) problems

2014-01-21 Thread Jivko Vantchev
I had the almost same issue as described. The difference was that it worked in dev mode the first time and then crashed after a reload of the page. Some basic system data: OS: Kubuntu 13.10 Browser: Chrome 32 stable I tried several things with variable success rates: - deleting the whole war fo

Re: GWT 2.5.0-rc1 and eclipse (3.7 and 4.2) problems

2013-02-20 Thread Jens
> 3) AND clear the browser cache!! > Ah yeah makes sense. I have a local apache pointing to my IntelliJ project output and that local apache adds no-cache headers for hosted.html and proxies server requests to the backend (embedded jetty or external servlet container). So I do not have the c

Re: GWT 2.5.0-rc1 and eclipse (3.7 and 4.2) problems

2013-02-20 Thread Dr. Robert Hoffmann
Ok so the problem reappeared despite my comment above. This time the following procedure helped: 1) Stop DevMode server process 2) remove the IntelliJ Gwt Cache (including war//hosted.html) 3) AND clear the browser cache!! NOTE that ONLY removing the IntelliJ Gwt Cache (including war//hosted.h

Re: GWT 2.5.0-rc1 and eclipse (3.7 and 4.2) problems

2013-02-19 Thread Dr. Robert Hoffmann
So the problem occurs when I use DevMode and either omit the user.agent definition or specify What seems to have a stable positive effect is to use: Note: before, I was trying all kind of permutations, deleting the IntelliJ/DevMode-cache (including //hosted.html) and browser cache,

Re: GWT 2.5.0-rc1 and eclipse (3.7 and 4.2) problems

2013-02-19 Thread Jens
Does the error go away when you delete the folder war/ ? I think your war//hosted.html page is maybe outdated and needs to be regenerated by GWT DevMode. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this gro

Re: GWT 2.5.0-rc1 and eclipse (3.7 and 4.2) problems

2013-02-19 Thread Robert Hoffmann
ERROR: Deferred binding failed for 'com.google.gwt.useragent.client.UserAgentAsserter.UserAgentProperty'; expect subsequent failures ERROR: Error while executing the JavaScript provider for property 'user.agent' com.google.gwt.core.client.JavaScriptException: (TypeError) __gwt_getProperty([

Re: GWT 2.5.0-rc1 and eclipse (3.7 and 4.2) problems

2013-02-19 Thread Robert Hoffmann
+1 Same problem since GWT 2.5 (also with GWT 2.5.1-rc1) -- 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.

Re: GWT 2.5.0-rc1 and eclipse (3.7 and 4.2) problems

2013-01-10 Thread dogrush009
I got the same problem with GWT 2.5 in Chrome 19.0.1084.52 with plugin 1.0.9738. Did anyone fix? Juan Pablo Gardella於 2012年7月4日星期三UTC+8下午1時36分51秒寫道: > > Hi folks, > > I tried with eclipse 3.7 and eclipse 4.2 run inside eclipse with GWT > 2.5.0-rc1 and had the same error in both. If I compile w

Re: GWT 2.5.0-rc1 and eclipse (3.7 and 4.2) problems

2012-07-06 Thread Andrey Korzhevskiy
I had that problem. The solution is to clean cache/cookies/etc in your browser (i use firefox for devmode). среда, 4 июля 2012 г., 9:36:51 UTC+4 пользователь Juan Pablo Gardella написал: > > Hi folks, > > I tried with eclipse 3.7 and eclipse 4.2 run inside eclipse with GWT > 2.5.0-rc1 and had t

Re: GWT 2.5.0-rc1 and eclipse (3.7 and 4.2) problems

2012-07-04 Thread Thomas Broyer
On Thursday, July 5, 2012 1:25:24 AM UTC+2, Juan Pablo Gardella wrote: > > Thanks Thomas, but only happen when I migrate to GWT 2.5, with GWT 2.4 > this issue never happens. > UserAgentAsserter didn't exist in 2.4. -- You received this message because you are subscribed to the Google Groups

Re: GWT 2.5.0-rc1 and eclipse (3.7 and 4.2) problems

2012-07-04 Thread Juan Pablo Gardella
Thanks Thomas, but only happen when I migrate to GWT 2.5, with GWT 2.4 this issue never happens. And thanks for the archetype! Is very helpfull Juan 2012/7/4 Thomas Broyer > Could be related to > https://github.com/tbroyer/gwt-maven-archetypes/issues/15 > I.e. you compiled a module with a singl

Re: GWT 2.5.0-rc1 and eclipse (3.7 and 4.2) problems

2012-07-04 Thread Thomas Broyer
Could be related to https://github.com/tbroyer/gwt-maven-archetypes/issues/15 I.e. you compiled a module with a single user.agent value (so no property-provider has been generated in the *.nocache.js, the value has been hard-coded). -- You received this message because you are subscribed to th

Re: GWT 2.5.0-rc1 and eclipse (3.7 and 4.2) problems

2012-07-03 Thread Juan Pablo Gardella
Well, if I add user.agent property in the module file, in dev mode runs :) 2012/7/4 Juan Pablo Gardella > Hi folks, > > I tried with eclipse 3.7 and eclipse 4.2 run inside eclipse with GWT > 2.5.0-rc1 and had the same error in both. If I compile with maven the > application run well, but in

GWT 2.5.0-rc1 and eclipse (3.7 and 4.2) problems

2012-07-03 Thread Juan Pablo Gardella
Hi folks, I tried with eclipse 3.7 and eclipse 4.2 run inside eclipse with GWT 2.5.0-rc1 and had the same error in both. If I compile with maven the application run well, but in dev mode fails. I'm using FF13 with the last plugin. Could any tell me some tips to use GWT 2.5.0-rc1 inside eclipse?