Groovy/Grails plugin problem with build

Hey Folks!
I downloaded the Groovy source and when I try to run the ant build I get the following error:

C:\projects\GroovyPlugin\src\build.xml:84: C:\projects\GroovyPlugin\classes\production\Groovy\lib\idea\lib not found.

I changed groovy.properties to:

project.dir=C:/projects/GroovyPlugin ## project base dir
idea.pack=C:/projects/intellij-dev ## plugin kit

Any thoughts??

0
Avatar
Permanently deleted user

Steve, we currently don't use build.xml for local builds, just for internal TeamCity builds. You can build now from IDEA make rather than ANT (you would still need to generate the lexer stubs, but it was already generated when you got the error).

Eugene.

0

请先登录再写评论。