andau / abapCI

Continuous Integration for ABAP
MIT License
62 stars 14 forks source link

Download-and-Install-Plugin-From-Zip #15

Closed gepparta closed 5 years ago

gepparta commented 5 years ago

Would be helpful to have a installation possibility for this plugin like it is available here: https://github.com/cucumber/cucumber-eclipse/wiki/Download-and-Install-Plugin-From-Zip

In situations where your are at your client and are not allowed to connect your eclipse to eclipse marketplace, but you have the possibility to use a browser for surfing.

I'm currently in such a situation :-(

What do you think?

andau commented 5 years ago

If you can access the github directory I think its maybe much easier to import the github project export it as feature and install it:

Here are the steps in Eclipse:

  1. File->Import->Projects from Git.
    image

  2. File->Export->Deployable Features (to a LOCAL_DIRECTORY)
    image

  3. Help -> Install -> Add... Button -> Local... Button and select the LOCAL_DIRECTORY onces more image

that should hopefully work and by the way you are than ready to make pull requests ;-)

Liebe Grüße, Andreas

gepparta commented 5 years ago

Hi Andreas, thanks for the hint. Unfortunately it's not working for me.

In Step 2 I don't see the option do export as "Deployable Features".

I have tried it in a different way, as Installation from a local zip, and saw that my eclipse on the client site has not the right "type". Because osgi.bundle and other dependencies are missing. I will clarify this first and close this issue for now.

Kind regards Alex

andau commented 5 years ago

What also should work is to download the entire Repository to your local drive as zip - See button in the first screenshot. Afterwards you can install the plugin like in step 3 - but If you understand you right thats also not working in your Eclipse installation.

Please feel free to contact me again if there is something more I can do.

Grüße, Andreas

image

image