Cucumber 0.4.3 (cuke4duke) with java + maven gem issues

两盒软妹~` 提交于 2019-12-06 05:46:53

The solution was to compile the 0.4.2 release from source code. This then uses jruby 1.5.3 instead of 1.5.6 which seems to work flawlessly on windows xp.

I have good news to report for those unfortunate enough to face the same problem on XP. Simply add jruby-complete:1.6.0 (just released recently) to the project dependencies, to override 1.5.6, which appears to be the cause of the problem.

The cuke4duke project is disfunct by now, use Cucumber-JVM instead: http://cukes.info/install-cucumber-jvm.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!