Sorry for anyone else reading this I had to change the order of imports in Eclipse - the default Maven order was causing the issue
On Aug 24, 8:12 pm, aloleary <[email protected]> wrote: > Hello, > I am using Eclipse to develop GWT client and server using latest > versions of everything. > > I am adding some jars to my project that are only used in the Server - > there should be no gwt limitations to these jars. However once I add > them I get the following: > > ------------------------------------------------------ > > java.lang.NoSuchFieldError: > reportUnusedDeclaredThrownExceptionIncludeDocCommentReference > at > com.google.gwt.dev.javac.JdtCompiler.getCompilerOptions(JdtCompiler.java: > 348) > at com.google.gwt.dev.javac.JdtCompiler > $CompilerImpl.<init>(JdtCompiler.java:173) > at com.google.gwt.dev.javac.JdtCompiler.doCompile(JdtCompiler.java: > 506) > at com.google.gwt.dev.javac.CompilationStateBuilder > $CompileMoreLater.compile(CompilationStateBuilder.java:153) > ------------------------------------------------------ > > Is there a best practice in how to setup the gwt client classpath as > apposed to the server one for this type of operation. > > Thanks in advance, > -A- -- 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.
