I have a project that worked fine up until this morning. By accident, I removed the GWT SDK from the C/P and now I'm getting:

   [ERROR] Unexpected internal compiler error
java.lang.NoSuchFieldError: warningThreshold
at com.google.gwt.dev.javac.JdtCompiler.getCompilerOptions(JdtCompiler.java:413) at com.google.gwt.dev.jdt.AbstractCompiler.getCompilerOptions(AbstractCompiler.java:561) at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox.<init>(AbstractCompiler.java:474) at com.google.gwt.dev.jdt.AbstractCompiler.<init>(AbstractCompiler.java:574) at com.google.gwt.dev.jdt.BasicWebModeCompiler.<init>(BasicWebModeCompiler.java:56) at com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.<init>(WebModeCompilerFrontEnd.java:65) at com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.getCompilationUnitDeclarations(WebModeCompilerFrontEnd.java:52) at com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:569) at com.google.gwt.dev.jjs.JavaScriptCompiler.precompile(JavaScriptCompiler.java:33)
    at com.google.gwt.dev.Precompile.precompile(Precompile.java:284)
    at com.google.gwt.dev.Precompile.precompile(Precompile.java:233)
    at com.google.gwt.dev.Precompile.precompile(Precompile.java:145)
    at com.google.gwt.dev.Compiler.run(Compiler.java:232)
    at com.google.gwt.dev.Compiler.run(Compiler.java:198)
    at com.google.gwt.dev.Compiler$1.run(Compiler.java:170)
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:177)
Shutting down PersistentUnitCache thread

I've looked on the web and seen comments about moving the build order in eclipse, and although I've tried various combinations I can't seem to find anything that works.

Any suggestions?

Thanks

Alan



(eclipse helios/latest 2.4.0 SDK/Win 7 x64)

--
You received this message because you are subscribed to the Google Groups "Google 
Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to