I am developing one project with GWT 2.0.3 and GXT 2.1.1 and this project is using the gwt-maven-plugin.
The project was working until I add the jasperreports 3.7.3 dependencies. After this when I start the project and try to access by browser I get the follow error: java.lang.NoSuchFieldError: reportUnusedDeclaredThrownExceptionIncludeDocCommentReference at com.google.gwt.dev.javac.JdtCompiler.getCompilerOptions(JdtCompiler.java: 310) at com.google.gwt.dev.javac.JdtCompiler $CompilerImpl.<init>(JdtCompiler.java:148) at com.google.gwt.dev.javac.JdtCompiler.doCompile(JdtCompiler.java:466) at com.google.gwt.dev.javac.CompilationStateBuilder $CompileMoreLater.compile(CompilationStateBuilder.java:142) at com.google.gwt.dev.javac.CompilationStateBuilder.doBuildFrom(CompilationStateBuilder.java: 281) at com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(CompilationStateBuilder.java: 182) at com.google.gwt.dev.cfg.ModuleDef.getCompilationState(ModuleDef.java: 280) at com.google.gwt.dev.DevModeBase $UiBrowserWidgetHostImpl.createModuleSpaceHost(DevModeBase.java:99) at com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java: 180) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java: 380) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java: 222) at java.lang.Thread.run(Thread.java:619) If I remove the jasperreports dependencies the project run normally, can somebody help me to solve this problem? Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
