Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh dependencies failed #322

Closed
ernesto-castelan opened this issue Jul 26, 2017 · 2 comments
Closed

Refresh dependencies failed #322

ernesto-castelan opened this issue Jul 26, 2017 · 2 comments

Comments

@ernesto-castelan
Copy link

Hello,

I'm getting the following error when updating dependencies in a Grails project
image

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.

@eric-milles
Copy link
Member

@ernesto-castelan This should be fixed. Could you retest with the latest snapshot?

@ernesto-castelan
Copy link
Author

@eric-milles Hi. Everything is working properly now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants