Hi gang, With a little JRuby love I managed to hook Cucumber (http://cukes.info/) up to JBehave. My latest commit: http://github.com/aslakhellesoy/cucumber/commit/855e033832e19b5ad248c57cfb4abc8f72fa2da0
What this means is that it will be possible to use Cucumber with Java, implementing steps simply by subclassing org.jbehave.scenario.steps.Steps. I don't use the Scenario or runner classes. The README in the link above explains why this is interesting. I'm planning to package Cucumber in an executable cucumber.jar file so people can run it from the command line, just like the pure ruby version. Any thoughts on this? Aslak (::)