You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error when updating dependencies in a Grails project
Stacktrace
java.lang.NoClassDefFoundError: org/codehaus/groovy/frameworkadapter/util/SpecifiedVersion
at org.grails.ide.eclipse.commands.GroovyCompilerVersionCheck.getRequiredGroovyVersion(GroovyCompilerVersionCheck.java:63)
at org.grails.ide.eclipse.commands.GroovyCompilerVersionCheck.getRequiredGroovyVersion(GroovyCompilerVersionCheck.java:57)
at org.grails.ide.eclipse.commands.GroovyCompilerVersionCheck.check(GroovyCompilerVersionCheck.java:50)
at org.grails.ide.eclipse.commands.GrailsCommandUtils.refreshDependencies(GrailsCommandUtils.java:327)
at org.grails.ide.eclipse.core.internal.classpath.GrailsClasspathContainerUpdateJob.runInWorkspace(GrailsClasspathContainerUpdateJob.java:89)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
The problem is present with Groovy Compiler version 2.4.12 2.9.2.xx-201707260047-e44 and was not present with previous versions.
I'm using GGGTS Version: 3.6.4.RELEASE with Eclipse Luna SR1 (4.4.2) and with Grails 2.5.5.
The problem persists even with a clean installation of GGTS.
The text was updated successfully, but these errors were encountered:
Hello,
I'm getting the following error when updating dependencies in a Grails project
Stacktrace
The problem is present with Groovy Compiler version 2.4.12 2.9.2.xx-201707260047-e44 and was not present with previous versions.
I'm using GGGTS Version: 3.6.4.RELEASE with Eclipse Luna SR1 (4.4.2) and with Grails 2.5.5.
The problem persists even with a clean installation of GGTS.
The text was updated successfully, but these errors were encountered: