Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » Problem compiling RCP using tycho and epsilon
Problem compiling RCP using tycho and epsilon [message #1803628] Tue, 05 March 2019 17:47 Go to next message
Kevin Sanchez is currently offline Kevin SanchezFriend
Messages: 10
Registered: July 2017
Junior Member
Good afternoon, I have a RCP in which I recently added some EVL validations, everything works good in developing mode but when I want to generate the RCP using tycho I always get:

[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: co.uniandes.siseldig.feature.feature.group 1.0.0.qualifier
[ERROR] Missing requirement: co.uniandes.siseldig.feature.feature.group 1.0.0.qualifier requires 'org.eclipse.epsilon.evl.engine 0.0.0' but it could not be found
[ERROR]
[ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
[ERROR] Cannot resolve dependencies of MavenProject: co.uniandes.siseldig:co.uniandes.siseldig.feature:1.0.0-SNAPSHOT @ /Users/kedavidsa/Documents/Uniandes/Siseldig/eclipse-electronica/co.uniandes.siseldig.feature/pom.xml: See log for details -> [Help 1]
[ERROR]

I have read somewhere that it coul be because of the repository, I have:

<repositories>
<repository>
<id>eclipse-repo</id>
<url>${oxygen-repo.url}</url>
<layout>p2</layout>
</repository>
</repositories>


Does anyone know how can I solve this issue?
Re: Problem compiling RCP using tycho and epsilon [message #1803635 is a reply to message #1803628] Tue, 05 March 2019 20:39 Go to previous message
Kevin Sanchez is currently offline Kevin SanchezFriend
Messages: 10
Registered: July 2017
Junior Member
If already solve it by adding the following part in the pom.xml of the parent project:

<repositories>
...
<repository>
<id>Epsilon Update Site</id>
<layout>p2</layout>
<url>http://download.eclipse.org/epsilon/updates/</url>
</repository>
</repositories>
Previous Topic:ECL in the standalone mode
Next Topic:EOL Real number addition overflow
Goto Forum:
  


Current Time: Fri Apr 26 09:41:08 GMT 2024

Powered by FUDForum. Page generated in 0.03175 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top