vtst / ow

Various Eclipse plugins for web development

Home Page:http://www.normalesup.org/~simonet/soft/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation error

FagnerMartinsBrack opened this issue · comments

Plugin does not load dependencies by default and therefore is impossible to be installed:

Missing requirement: net.vtst.ow.eclipse.less 1.0.21 (net.vtst.ow.eclipse.less 1.0.21) requires 'package org.eclipse.xtend2.lib 0.0.0' but it could not be found

image

I understand XText 2.1.0 is a requirement, but is it possible that such plugin is installed automatically instead of relying that a user is going to to look for it?
Most ppl do not care for additional dependencies, but just to get the desired plugin working without worrying about others.

By the way, Eclipse Indigo requirement is not at the same level of XText 2.1.0 requirement. Eclipse is required for using eclipse (doh), so everyone will have it (otherwise they would not be downloading the plugin). Xtext in other hand is something entirely different, that the user do not care about. Besides, one should carefully choose the correct packages from Xtext repository, and that demands a lot of useless work and research.

another missing dep (different version NR, different bundle required)

Cannot complete the install because one or more required items could not be found.
  Software being installed: LESS 1.0.21 (net.vtst.ow.eclipse.less.feature.feature.group 1.0.21)
  Missing requirement: EasyXtext UI 1.0.14 (net.vtst.eclipse.easyxtext.ui 1.0.14) requires 'bundle org.eclipse.xtext.ui 2.6.0' but it could not be found
  Cannot satisfy dependency:
    From: LESS 1.0.21 (net.vtst.ow.eclipse.less.feature.feature.group 1.0.21)
    To: net.vtst.eclipse.easyxtext.ui [1.0.14]

@birdspider, first you need to install the last version of Xtext from http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/.

This issue is not about the dependency error, but the fact we should add an undesired dependency to install a single plugin.

I just installed it this way on Eclipse Kepler. After the Installation of the LESS Plugin, none of my shortcuts in work anymore. Did anyone of you also install this on Eclipse Kepler?

I don't know which shortcuts you are refering to, but this issue has nothing to do with shortcuts. Unless you point exactly what is the relationship between your shortcuts and this issue it would be better to create another issue.

I was talking about global Eclipse Shortcuts. Sorry, I just wanted to ask since the original post was my first problem. I figured maybe you ran into the same issue afterwards... I guess it is a problem with my Eclipse installation then!