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 <[email protected]> wrote: > > I get this error when gwt-compiling my app. gwt trunk compiles just > fine. > > On Jul 22, 4:13 pm, Scott Blum <[email protected]> wrote: > > This is after ant clean? > > > > > > > > On Wed, Jul 22, 2009 at 5:14 AM, dflorey <[email protected]> > 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 > > > java.lang.NoSuchFieldError: > > > reportUnusedDeclaredThrownExceptionIncludeDocCommentReference > > > at com.google.gwt.dev.javac.JdtCompiler.getCompilerOptions > > > (JdtCompiler.java:208) > > > at com.google.gwt.dev.javac.JdtCompiler$CompilerImpl.<init> > > > (JdtCompiler.java:94) > > > at > com.google.gwt.dev.javac.JdtCompiler.doCompile(JdtCompiler.java: > > > 253) > > > at com.google.gwt.dev.javac.CompilationState.compile > > > (CompilationState.java:338) > > > at com.google.gwt.dev.javac.CompilationState.refresh > > > (CompilationState.java:247) > > > at com.google.gwt.dev.javac.CompilationState.<init> > > > (CompilationState.java:116) > > > at com.google.gwt.dev.cfg.ModuleDef.getCompilationState > > > (ModuleDef.java:285) > > > at com.google.gwt.dev.Precompile.precompile(Precompile.java:455) > > > at com.google.gwt.dev.Precompile.precompile(Precompile.java:395) > > > at com.google.gwt.dev.Compiler.run(Compiler.java:193) > > > at com.google.gwt.dev.Compiler$1.run(Compiler.java:144) > > > at > > > com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java: > > > 88) > > > at com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger > > > (CompileTaskRunner.java:82) > > > at com.google.gwt.dev.Compiler.main(Compiler.java:151) > > > > > Any ideas? > > > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
