-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default location of eclipseMirror no longer available #74
Comments
I just stumbled over the same issue. Any alternative locations from where to get this? Looks like this was contributed here by @SimonScholz -- could you provide the download through some alternative location? |
I have a local copy, and I can not remember where I got it from. |
Hi Guys, |
Here is the Eclipse Product that works for me. It is based on the latest Eclipse Installation. Please let me know if this works for you. Btw. unfortunately I am not actively working on Eclipse RCP or OSGi projects at the moment. I hope I could help you anyhow. |
Thanks @SimonScholz -- In the meantime I found the original version in my backups and was able to recover my builds. It's 4.8 MB small. Could this probably be hosted here in the repository, and someone update the URLs? eclipse-p2-minimal.tar.gz (SHA |
The original artifact has been added to the repository and the respective URL is now the default. Available in version 2.0.1. |
Reopening this since it turned out that using the original minimal Eclipse product provided by @SimonScholz seems to produce incomplete update sites in some cases (plugins are missing from the update site that were in the source plugins folder). I tried setting up a build for the minimal product with Maven Tycho, but the resulting product does not work for me (complains about missing services). See here. So for now I changed the default eclipse artifact that is downloaded to a full Eclipse 2023-09 download, which is rather large. Reproduction case:
|
The default location for the the minimal setup of eclipse plug-ins required to build an eclipse p2 update site is defined by eclipseMirror, it's default setting: https://dl.bintray.com/simon-scholz/eclipse-apps/eclipse-p2-minimal.tar.gz, is no longer available since JFrog has sunset the Bintray.com service sine 2021-05-01.
The text was updated successfully, but these errors were encountered: