I’m trying to run Play 1.2.3 tests from command line and get this error:
[junit] Testcase: initializationError(com.package.MyTest): Caused an ERROR
[junit] org.eclipse.jdt.internal.compiler.CompilationResult.getErrors()[Lorg/eclipse/jdt/core/compiler/CategorizedProblem;
[junit] java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.CompilationResult.getErrors()[Lorg/eclipse/jdt/core/compiler/CategorizedProblem;
I tried adding several Eclipse and Jasper jars but no luck so far.
Fixed by adding gwt-dev-2.1.1.jar to classpath.