Error when attempting to integrate with eclipse after adding spock grails plugin to project -
after adding buildconfig grails 2.0.4 project:
test ":spock:0.7" in plugins { } section per plugin documentation wanted update eclipse project include spock libraries create test ran
grails integrate-with --eclipse but greeted
| error error executing script integratewith: spock compiler plugin not run because spock 0.5.0-groovy-1.7 not compatible groovy 1.8.6. more information, see http://versioninfo.spockframework.org spock location: file:/c:/users/fgg/.grails/ivy-cache/org.spockframework/spock-core/jars/spock-core-0.5-groovy-1.7.jar groovy location: file:/c:/tools/grails-2.0.4/lib/org.codehaus.groovy/groovy-all/jars/groovy-all-1.8.6.jar (use --stacktrace see full trace)
i ended running fix it:
grails clean then ran this:
grails --refresh-dependencies integrate-with --eclipse got result:
| loading grails 2.0.4 | created eclipse project files..
Comments
Post a Comment