[gwt-contrib] Re: Problems after upgrading to trunk

2009-07-22 Thread Scott Blum
This is after ant clean? On Wed, Jul 22, 2009 at 5:14 AM, dflorey daniel.flo...@gmail.com wrote: After upgrading to trunk my app stopped working. In hosted mode in don't get any error msg, but the hosted mode browser stays empty. When compiling I get this error: [ERROR] Unexpected

[gwt-contrib] Re: Problems after upgrading to trunk

2009-07-22 Thread dflorey
I get this error when gwt-compiling my app. gwt trunk compiles just fine. On Jul 22, 4:13 pm, Scott Blum sco...@google.com wrote: This is after ant clean? On Wed, Jul 22, 2009 at 5:14 AM, dflorey daniel.flo...@gmail.com wrote: After upgrading to trunk my app stopped working. In hosted

[gwt-contrib] Re: Problems after upgrading to trunk

2009-07-22 Thread Scott Blum
I'm suggesting that ant clean and recompiling trunk from scratch might fix this. Also, make sure you svn up your tools directory, just in case. On Wed, Jul 22, 2009 at 11:27 AM, dflorey daniel.flo...@gmail.com wrote: I get this error when gwt-compiling my app. gwt trunk compiles just fine.

[gwt-contrib] Re: Problems after upgrading to trunk

2009-07-22 Thread dflorey
Update: - When gwt-compiling using the Eclipse-plugin I get the error pasted above. - When starting hosted mode the browser page is empty with no errors - When compiling from hosted mode browser everything works fine - Launching compiled app in external browser works fine On Jul 22, 5:27 pm,

[gwt-contrib] Re: Problems after upgrading to trunk

2009-07-22 Thread dflorey
Hmmm, very strange. After deleting all the *.jdt.prefs* files in my .settings directory everything works fine again. No idea, never created these files but they seem to be harmful under certain circumstances ;-) On Jul 22, 5:37 pm, dflorey daniel.flo...@gmail.com wrote: Update: - When