uqbar-project / wollok

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

Problems building the development environment #600

Closed flbulgarelli closed 8 years ago

flbulgarelli commented 8 years ago

I have followed the developers guide - https://github.com/uqbar-project/wollok/wiki/Development---Environment-Setup - and I am currently encountering the following problem:

[ERROR] Failed to execute goal org.eclipse.xtend:xtend-maven-plugin:2.9.0:compile (default) on project org.uqbar.project.xinterpreter: Execution default of goal org.eclipse.xtend:xtend-maven-plugin:2.9.0:compile failed: Plugin org.eclipse.xtend:xtend-maven-plugin:2.9.0 or one of its dependencies could not be resolved: Failed to collect dependencies at org.eclipse.xtend:xtend-maven-plugin:jar:2.9.0 -> org.eclipse.xtend:org.eclipse.xtend.core:jar:[2.9.0]: No versions available for org.eclipse.xtend:org.eclipse.xtend.core:jar:[2.9.0] within specified range -> [Help 1]

when I run the following line:

cd org.uqbar.project.wollok.releng/
mvn clean install

The weird part is that the xtext jars seem to be missing on the Maven Repos:

http://central.maven.org/maven2/org/eclipse/xtext/org.eclipse.xtext/2.9.0/org.eclipse.xtext-2.9.0.eclipse-plugin

But the original deprecated just redirects repo artifacts work fine:

http://mvnrepository.com/artifact/org.eclipse.xtext/org.eclipse.xtext.xtext

I have even trying copying someone else local repository with no luck, now I am trying to restart everything with a clean local mvn repository from scratch, and if it doesn't work I will try changing all the dependencies to the deprecated repo.

But, in the meanwhile, any idea? Should this command work?

flbulgarelli commented 8 years ago

Closing. After cleaning the whole mvn repo, everything worked. There must have been something wrong cached on my local repo. Sorry!