cucumber / cucumber-eclipse

Eclipse plugin for Cucumber
MIT License
190 stars 147 forks source link

404 for eclipse https://cucumber.github.io/cucumber-eclipse/update-site/main/ #467

Closed sunil-samuel closed 1 year ago

sunil-samuel commented 1 year ago

👓 What did you see?

✅ What did you expect to see?

📦 Which tool/library version are you using?

🔬 How could we reproduce it?

Steps to reproduce the behavior:

  1. Install '...' version '...'
  2. Create a file called '....'
  3. Run command '....'
  4. See error '....'

📚 Any additional context?


This text was originally generated from a template, then edited by hand. You can modify the template here.

laeubi commented 1 year ago

https://cucumber.github.io/cucumber-eclipse/update-site/main/ is an update-site not a web-site that delivers user content.

Simply ad the URL in the eclipse install dialog and it will work, as eclipse checks some "magic files" like https://cucumber.github.io/cucumber-eclipse/update-site/main/p2.index

sunil-samuel commented 1 year ago

Thank you. I was using this URL to "Install New Software ..." via eclipse and eclipse was giving me a 404. But it is working today. Maybe I had something extra. BTW, the URL, without the p2.index works. Thank you again.

laeubi commented 1 year ago

@sunil-samuel yes the one with p2.index just was to show that there is actually content at that site (but none useful to a regular web-browser/user).

We currently use GH-pages and there might even be outages, I hope to get some time to change this to deploy to maven-central, but sadly I'm all doing this in my free time now so please be patient (or offer a funding :-) )

sunil-samuel commented 1 year ago

Thank you so much. Very much appreciate you @laeubi