Closed bpoweski closed 12 years ago
I believe the issue with the failing build is due to the self referencing nature of plugin. I ended up installing it into my local repo before to ensure that leiningen loaded the intended version.
I'm definitely a clojure newbie, any advice on how you would like me to address this issue?
Thank you!
Good day,
I've upgraded cucumber-jvm and leiningen.
In doing so, I've discovered cucumber.io.FileResourceIterable has become less resilient against missing directories passed in glue paths. Since there was already a step creating a features directory the simplest thing to do was add the same for the features/step_defintions directory.
-Ben Poweski