GWT + Extjs + Eclipse + Cypal = Error

For anyone following the tutorial found here, and getting this handy error:

[ERROR] Failure to load module ‘foo.bar.Bar’
java.lang.NoSuchMethodError:
org.eclipse.jdt.internal.compiler.CompilationResult.getErrors()[Lorg/
eclipse/jdt/core/compiler/IProblem;

I get this error whenever I add the nocache.js to the html page.

I have a solution.  Go in to your project properties and remove unused libraries (especially any that refer to Tomcat). Project -> Properties -> Java Build Path -> Libraries tab -> Remove

I removed Apache Tomact 5.5 Server Runtime and I removed the EAR libraries.  Tada, all fixed.  Here are my versions:

Eclipse 3.3.2, Ubuntu 7.10, Java 1.6, GWT 1.4.62, ext 2.0.2, Cypal RC4

Hope this helps.

p.s. these technologies are pretty neat, you should at least check them out.

No Comment