Closed prowss closed 12 years ago
It looks like this plugin is not uptodate with cucumber-jvm.
Yep, the cucumber-jvm api changed (again..). Unfortunately, after updating the code to the new api it does not work anymore... It detects and reports the steps but it does not run the step code. Grmpf...
I have adjusted the plugin code to the latest cucumber-jvm api. Unfortunately the groovy part seems to be broken in cucumber-jvm. See https://github.com/cucumber/cucumber-jvm/issues/85
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: /Users/sergei/.grails/1.3.7/projects/trip-planner/plugins/cucumber-0.1.0/src/groovy/grails/plugin/cucumber/CucumberTestType.groovy: 24: unable to resolve class cucumber.runtime.SnippetPrinter @ line 24, column 1. import cucumber.runtime.SnippetPrinter ^
1 error
Error executing script TestApp: : Compilation Failed