cucumber-attic / cuke4duke

Cucumber support for the JVM: Java, Scala, Groovy, Clojure, Ioke, Javascript, Spring, Guice, PicoContainer, WebDriver, Ant and Maven
http://wiki.github.com/aslakhellesoy/cuke4duke
MIT License
256 stars 72 forks source link

http://cukes.info/maven is down #93

Closed ayratn closed 13 years ago

ayratn commented 13 years ago

http://cukes.info/maven is used as maven repository everywhere in examples but doesn't work at the moment

aslakhellesoy commented 13 years ago

I had to switch host and haven't gotten around to bring the old repo back yet. Thanks for letting me know.

ziobrando commented 13 years ago

Hanging on this one also. But ... no hurry, it's Christmas :-)

jrh3k5 commented 13 years ago

+1 to this. We're looking into using Cucumber with our Java EE application and the lack of a Maven repo is an inconvenience now and definitely a blocker when we go to officially deploy (as we use Electric Commander on a box controlled by someone else).

jkodumal commented 13 years ago

Another +1 from me =)

jarltotland commented 13 years ago

Really hope you can put this back up somewhere soon, building everything up to and including cucumber-maven-plugin is complicated and takes a lot of time for us ruby-newbies.

mayanksahai commented 13 years ago

setting up an environment to test a java app but unable to progress. can you pleae put it back soon ?

leifbladt commented 13 years ago

+1 from me

eivinhb commented 13 years ago

I'll join in. :) +1

aslakhellesoy commented 13 years ago

Sorry about this folks. I'll do my best to resurrect today or tomorrow.

oc commented 13 years ago

What about just deploying to: http://nexus.sonatype.org/oss-repository-hosting.html?

aslakhellesoy commented 13 years ago

Hi. The repository is up again. Sort of. There is currently only one version of cuke4duke there, which I released last night: 0.3.4.

I wasn't able to salvage older binaries. (I've had several problems with my previous hosting company and domain registrar, which should all be solved now).

I hope you are all able to just point to the new version and carry on like before. The repository isn't browsable, I'll work on that. Maven should be able to download artifacts though,

@oc - I'll consider deploying to sonatype in the future. I wasn't aware of that option.

Please give me a heads up on how this works for you so I can close this ticket.

ziobrando commented 13 years ago

Hi Aslak, gave it a try but didn't work.

is the repository correct?

[INFO] Unable to find resource 'cuke4duke:cuke4duke-maven-plugin:pom:0.3.4' in repository cukes (http://cukes.info/maven)

leifbladt commented 13 years ago

I'm confused. The version I was using is 0.4.2, and the newest is now 0.3.4? Beside that, both versions are not available in the repository.

oc commented 13 years ago

(tarred from ~/.m2/repository/, i.e. cuke4duke/cuke4duke/0.4.2/)

aslakhellesoy commented 13 years ago

Sorry folks, I meant 0.4.3, not 0.3.4.

http://cukes.info/maven/cuke4duke/cuke4duke/0.4.3/cuke4duke-0.4.3.jar

aslakhellesoy commented 13 years ago

cuke4duke 0.4.3 is the only version you'll find in the cukes.info maven repo for now. Building the old tags is possible, but a PITA, so if people are happy with 0.4.3 I'll leave it at that.

ziobrando commented 13 years ago

0.4.3 is working for me. :-)

Thanks

aslakhellesoy commented 13 years ago

Working as in both downloading and running fine? If I get one more confirmation I'll close this. Sorry again for the mess.

leifbladt commented 13 years ago

For me it's both ok.

dhay commented 13 years ago

I'm trying to set up our nexus instance to proxy the cukes.info/maven repository, but it's having trouble connecting. I suspect it has something to do with not being able to browse the cukes.info/maven repository (e.g. I get a HTTP 403 error if I go to http://cukes.info/maven)

aslakhellesoy commented 13 years ago

@dhay: directory browsing is on now. I'm closing this issue.

dfalves commented 13 years ago

Aslak,

I am referencing version 0.4.3 in my pom, but I am now getting, "The plugin 'cucumber.mojo:cucumber-maven-plugin' does not exist or no valid version could be found"....can you help me out?

David

aslakhellesoy commented 13 years ago

Look in the examples to see how it's used. If that doesn't help, please open a new ticket and include relevant pieces of your pom.