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

@SimonHobbsNektan

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

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