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

Installing 1.0.0 from Update Site fails on vanilla Eclipse 4.4.1 #162

Open
nedtwigg opened this issue Jan 7, 2015 · 6 comments
Open

Installing 1.0.0 from Update Site fails on vanilla Eclipse 4.4.1 #162

nedtwigg opened this issue Jan 7, 2015 · 6 comments

Comments

@nedtwigg
Copy link

nedtwigg commented Jan 7, 2015

I've got a vanilla installation of Eclipse 4.4.1. Steps to reproduce:

Unzip a clean Eclipse 4.4.1 (an SDK build from http://mirror.netcologne.de/eclipse//eclipse/downloads/drops4/R-4.4.1-201409250400/)
Add the update site http://www.jnario.org/updates/releases/
I can see version 1.0.0.201407142310, for the features IDE, M2E Support, Runtime, and SDK.
If I select them all and attempt to install, I get the following error:

Cannot complete the install because one or more required items could not be found.
  Software being installed: Jnario Runtime 1.0.0.201407142310 (org.jnario.feature.group 1.0.0.201407142310)
  Missing requirement: Common Model 1.0.0.201407142310 (org.jnario 1.0.0.201407142310) requires 'bundle org.objectweb.asm.analysis [5.0.1,6.0.0)' but it could not be found
  Cannot satisfy dependency:
    From: org.jnario.feature 1.0.0.201407142310 (org.jnario.feature 1.0.0.201407142310)
    To: bundle org.jnario 1.0.0
  Cannot satisfy dependency:
    From: Jnario Runtime 1.0.0.201407142310 (org.jnario.feature.group 1.0.0.201407142310)
    To: org.jnario.feature [1.0.0.201407142310]
@borisbrodski
Copy link
Collaborator

Try snapshot version:

@nedtwigg
Copy link
Author

nedtwigg commented Jan 7, 2015

Latest snapshot version appears to be 1.1.0.201411251333

I get a similar error:

Cannot complete the install because one or more required items could not be found.
  Software being installed: Jnario Runtime 1.1.0.201411251333 (org.jnario.feature.group 1.1.0.201411251333)
  Missing requirement: Common Model 1.0.0.201407142310 (org.jnario 1.0.0.201407142310) requires 'bundle org.objectweb.asm.analysis [5.0.1,6.0.0)' but it could not be found
  Missing requirement: Common Model 1.1.0.201411251333 (org.jnario 1.1.0.201411251333) requires 'bundle org.objectweb.asm.analysis [5.0.1,6.0.0)' but it could not be found
  Cannot satisfy dependency:
    From: org.jnario.feature 1.1.0.201411251333 (org.jnario.feature 1.1.0.201411251333)
    To: bundle org.jnario 1.0.0
  Cannot satisfy dependency:
    From: Jnario Runtime 1.1.0.201411251333 (org.jnario.feature.group 1.1.0.201411251333)
    To: org.jnario.feature [1.1.0.201411251333]

@nemacrux
Copy link

I get the same error using Luna 4.4.1 with Xtend/Xtext 2.7.3, Has anyone found the solution? Thx

@gzunino
Copy link

gzunino commented Jan 20, 2015

I fixed it by adding orbit (http://download.eclipse.org/tools/orbit/downloads/) to the repositories, so it can find the asm dependency.

@nemacrux
Copy link

Does anyone know if Jnario is compatible with Xtext/Xtend 2.7.3?

@nemacrux
Copy link

I've solved the problem using Jnario 1.1.0 and Xtext/Xtex 2.7.3, Eclipse Luna 4.4.1 (SR1a) and this URL for the orbit repo: http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/

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

No branches or pull requests

4 participants