Open aslakhellesoy opened 14 years ago
Yep. Definitely. -Dcucumber.installGems is broken in the current state. Work will resume next week.
Any progress on this?
Not really. I found that packaging gems into jars works nicely. Unfortunately executing commands that are packaged into bin\somecommand.rb does not work. My favourited approach right now is to a pack a jar containing all needed gems and then unpack that to some/folder/.gemhome before running cuke4duke.
This sounds similar to the approach I've taken to avoid -Dcucumber.installGems, which doesn't play well in a CI environment.
This is work in progress on bracki's branch
It still needs work - deleting ~/.m2/repository/.jruby and then following build instructions fails. Furthermore, only the celerity maven example seems to be updated with the new gem element. All examples need to be updated, both for maven and ant.