Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Installation site on release files #87

Closed
WaldoFR opened this issue Jun 25, 2018 · 6 comments
Closed

Installation site on release files #87

WaldoFR opened this issue Jun 25, 2018 · 6 comments

Comments

@WaldoFR
Copy link

WaldoFR commented Jun 25, 2018

Hi,

I'd like to know if it's possible to add the installation site or an installation archive on plugin's release ?

Regards,
Omar

@AntonKrug
Copy link
Collaborator

I'm not the developer so probably that is why do not understand the question, but could you elaborate please?

@WaldoFR
Copy link
Author

WaldoFR commented Jun 25, 2018

Hi,

Thank your for this fast answer,

Some of the Eclipse plug-in project include an archive with the udpate site including the features and plugins jar and the update site itself. For instance, Checkstyle does it https://sourceforge.net/projects/eclipse-cs/files/Eclipse%20Checkstyle%20Plug-in/8.7.0/ .

Being able to download the update site allow to install the eclipse plug-in from the archive directly. Which mean that with a simple HTTPS flow you are able to download the plugin. That's very usefull when a proxy configuration prevent you from using Eclipse Market or online update site, and that you can't build the project because dependancies are unreachable.

Regards,
Omar

@AntonKrug
Copy link
Collaborator

No problem :-)

Are these not working or sufficient?

https://dl.bintray.com/cppcheclipse/p2/updates/
https://github.com/kwin/cppcheclipse/releases

Myself I build it on a machine which has not prohibited proxy, with maven it's just a few lines and then I share myself the finished artefact locally which should work even offline and without a marketplace.

@AntonKrug
Copy link
Collaborator

Or other option is to let some cloud service to build the artefact:

https://travis-ci.org/AntonKrug/cppcheclipse

And then configure the maven to export it somewhere for you?

@WaldoFR
Copy link
Author

WaldoFR commented Jun 25, 2018

Ok I found where to download it, the ZIP is available here :
https://dl.bintray.com/cppcheclipse/p2/zipped/

I would advise you to link it, for people who prefer this mode of installation.

Regards,
Omar

@kwin
Copy link
Owner

kwin commented Jun 25, 2018

This is actually a duplicate of #79. But thanks for the link. I will make sure to include this on the release notes page.

@kwin kwin closed this as completed Jun 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants