skipoleschris / xsbt-cucumber-plugin

Plugin to integrate Cucumber and Cuke4Duke into XSBT
Apache License 2.0
49 stars 48 forks source link

Upgrade to Scala 2.11 #48

Open gsood opened 10 years ago

gsood commented 10 years ago

Hi,

We have extended Manuel's upgrade to Scala 2.11 in cucumber-jvm 1.1.8 to make sure that the integration project publishes a 2.11 artifact.

Basically, 2.10 is used to build the plugin, and 2.11 for the integration.

manuelbernhardt commented 10 years ago

@skipoleschris any chance to get this merged in?

ikenna commented 10 years ago

+1

scottkwalker commented 10 years ago

+1

smashedtoatoms commented 9 years ago

+1

romanxts commented 9 years ago

+1

jarl-dk commented 9 years ago

:+1:

jarl-dk commented 9 years ago

Until the repo is updated, can anyone point me in the right direction if I want/need to build this and use it locally, please?

smashedtoatoms commented 9 years ago

Check out the package, fire up sbt, and package it up:

# git clone https://github.com/gsood/xsbt-cucumber-plugin.git
# cd xsbt-cucumber-plugin
# sbt
> package

This will create a jar file in: xsbt-cucumber-plugin/integration/target/scala-2.11/sbt-cucumber-integration_2.11-0.9.0-SNAPSHOT.jar.

You can drop that into your project/lib_managed/jars directory, like this.

gsood commented 9 years ago

Or you can publish it locally using "sbt publishLocal"

EncodePanda commented 9 years ago

Any chance to have it on public repo any time soon?

sameergarg commented 9 years ago

+1, Any update when this can be merged? @skipoleschris

stuartizon commented 9 years ago

+1

sebastiaansamyn-tc commented 9 years ago

+1

mazurio commented 9 years ago

+1

pcmehlitz commented 9 years ago

so is anybody still working on this? I have a (quickly) updated fork on https://github.com/pcmehlitz/xsbt-cucumber-plugin that works with Java 1.8, Scala 2.11.7 and cucumber-jvm 1.2.4, but I have no Maven repo to upload it to

smashedtoatoms commented 9 years ago

I set up a maven repo in my office for just long enough to migrate away from it. I hope it continues, but it's been a kind of abandoned from what I can tell.

ldeck commented 9 years ago

+1 Perhaps look to post the artifacts somewhere more central (e.g., sonatype?)

jukecraft commented 9 years ago

+1

otros-systems commented 9 years ago

+1, Any update when this can be merged? @skipoleschris

otros-systems commented 9 years ago

@pcmehlitz You can create mvn repo at https://bintray.com/. I'm using it for my projects.

otrebski commented 9 years ago

+1

GreenAsJade commented 8 years ago

@smashedtoatoms What are you migrating to ?

lewismj commented 8 years ago

I spent only a couple of hours re-writing this plugin here: https://github.com/lewismj/cucumber as I needed something very quick for my work. It had to run on Windows and Linux build servers. The project is in its infancy, but I did think it was worthwhile to split out the Cucumber X-Unit runner from the raw plugin (that invokes Cucumber via new SBT command). I'll hopefully spend some time making it a lot more flexible, happy if there were any PR to make it better.