i have updated sts 2.5.2 2.6. since then, each grails project shows error in conf/spring/resources.groovy file reading:
description resource path location type internal compiler error: java.lang.verifyerror: (class: org/codehaus/jdt/groovy/internal/compiler/ast/jdtclassnode, method: initialize signature: ()v) bad access protected data @ org.codehaus.jdt.groovy.internal.compiler.ast.jdtresolver.createclassnode(jdtresolver.java:461) resources.groovy /grailsproject/grails-app/conf/spring line 0 java problem
resources.groovy
file empty (in default state), , if delete it, error shown on datasource.groovy
, file seems not cause.
the used groovy compiler version 1.7.3.
i have made clean sts 2.6 install, installed groovy , grails plugins , got same error.
what problem? , there solution not resulting in downgrading 2.5.2 again?
thank you
take @ preferences groovy -> compiler. chance accidentally using groovy 1.6?
edit
that didn't solve problem, described in http://forum.springframework.org/showthread.php?p=357361, upgrade latest dev build of groovy-eclipse grails tooling , should work.
Comments
Post a Comment