Skip to content
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

Installation of latest release fails #1118

Closed
sebthom opened this issue Mar 4, 2023 · 1 comment · Fixed by #1119
Closed

Installation of latest release fails #1118

sebthom opened this issue Mar 4, 2023 · 1 comment · Fixed by #1119

Comments

@sebthom
Copy link

sebthom commented Mar 4, 2023

Installation of latest release from https://download.eclipse.org/wildwebdeveloper/releases/latest/ fails with

[ERROR] Cannot resolve target definition:
[ERROR]   Software being installed: org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.2.202302072133
[ERROR]   Missing requirement: org.eclipse.wildwebdeveloper.embedder.node 1.0.2.202212140804 requires 'java.package; org.apache.commons.compress.archivers 1.22.0' but it could not be found
[ERROR]   Cannot satisfy dependency: org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.2.202302072133 depends on: org.eclipse.equinox.p2.iu; org.eclipse.wildwebdeveloper.embedder.node [1.0.2.202212140804,1.0.2.202212140804]

Maybe org.apache.commons.compress.archivers needs to be included in the updatesite?

It is apparently loaded from maven central during build time https://github.com/eclipse/wildwebdeveloper/blob/master/target-platform/target-platform.target#L79

The required version 1.22 is also not in the orbit repo at https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository

@sebthom sebthom changed the title Installation of leatest release fails Installation of latest release fails Mar 4, 2023
@mickaelistria
Copy link
Contributor

Indeed, it should be part of the p2 reposutory. I don't get why it's not included in the p2 repo while it's part of the product though...

vrubezhny added a commit to vrubezhny/wildwebdeveloper that referenced this issue Mar 6, 2023
@vrubezhny vrubezhny linked a pull request Mar 6, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants