Skip to content
This repository was archived by the owner on Oct 31, 2018. It is now read-only.
This repository was archived by the owner on Oct 31, 2018. It is now read-only.

[2.4.4] unable to resolve class org.codehaus.groovy.grails.plugins.PluginManagerHolder [groovyc] @ line 6, column 1. #97

Description

@SimonHobbsNektan

Steps to reproduce:

  1. created new grails-app within intellij 13.1
  2. created a new domain object "Player" with intiellij
  3. Tried to create a new controller for Player, but fails with the below errors

|Compiling 164 source files
[groovyc] org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
[groovyc] Z:\dev\intellij_WS\grails_bootstrap_kickstart\target\work\plugins\resources-1.2.1\src\groovy\org\grails\plugin\resource\ResourceProcessor.groovy: 6: unable to resolve class org.codehaus.groovy.grails.plugins.PluginManagerHolder
[groovyc] @ line 6, column 1.
[groovyc] import org.codehaus.groovy.grails.plugins.PluginManagerHolder
[groovyc] ^
[groovyc]
[groovyc] Z:\dev\intellij_WS\grails_bootstrap_kickstart\target\work\plugins\resources-1.2.1\src\groovy\org\grails\plugin\resource\util\HalfBakedLegacyLinkGenerator.groovy: 3: unable to resolve class org.codehaus.groovy.grails.commons.ConfigurationHolder
[groovyc] @ line 3, column 1.
[groovyc] import org.codehaus.groovy.grails.commons.ConfigurationHolder
[groovyc] ^
[groovyc]
[groovyc] 2 errors
.Error

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions