uqbar-project / wollok

Wollok Programming Language
GNU General Public License v3.0
60 stars 16 forks source link

Problems with target platform. #1006

Closed npasserini closed 7 years ago

npasserini commented 7 years ago

I installed the latest Eclipse Neon and I get problems with target platform. After trying the instructions in Wollok developers page, error did not disappear.

There is a conflict because it tries to load two different versions of plugin "org.eclipse.pde.feature.group" (3.12.0 and 3.12.1).

I couldn't find exact explanation for the origin of those requirements, but I infer that one comes from my eclipse version, selected location in target platform is <repository location="http://download.eclipse.org/eclipse/updates/4.6/"/>

Which matches my eclipse Neon instalation: Eclipse DSL Tools Version: Neon Release (4.6.0) Build id: 20160613-1800

But I find also another one which might be the origin of the problem: <repository location="http://download.eclipse.org/releases/neon/"/>

javierfernandes commented 7 years ago

Merged