sebastianbenz / Jnario

Executable specifications for Java
136 stars 38 forks source link

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

Open nedtwigg opened 9 years ago

nedtwigg commented 9 years ago

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 commented 9 years ago

Try snapshot version:

nedtwigg commented 9 years ago

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 commented 9 years ago

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

gzunino commented 9 years ago

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

nemacrux commented 9 years ago

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

nemacrux commented 9 years ago

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/