Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [papyrus-rt-dev] [Target Platform] Different Versions of a dependency

Hi,


During milestone weeks, Papyrus uses the latest available “staging” update site, which contains pre-release artifacts. For example, Papyrus already builds against Eclipse RC3, which will be released tomorrow

 

So users installing from http://download.eclipse.org/staging/neon/ instead of http://download.eclipse.org/releases/neon/ may get more recent versions than what’s used to build Papyrus-RT. And in some cases, you can get even more recent versions by using individual component’s update sites (The Papyrus build uses http://download.eclipse.org/eclipse/updates/4.6-I-builds/I20160525-2000/)

 

Regards,
Camille

 

De : papyrus-rt-dev-bounces@xxxxxxxxxxx [mailto:papyrus-rt-dev-bounces@xxxxxxxxxxx] De la part de Ernesto Posse
Envoyé : jeudi 2 juin 2016 18:14
À : papyrus-rt developer discussions <papyrus-rt-dev@xxxxxxxxxxx>
Objet : Re: [papyrus-rt-dev] [Target Platform] Different Versions of a dependency

 

I don't know how to resolve it either, but I noticed a few things:

 

The last dependency in the chain seems to be

 

Cannot satisfy dependency: org.eclipse.sdk.feature.group 4.6.0.v20160428-0800 depends on: org.eclipse.platform.feature.group [4.6.0.v20160428-0800]

and yet, the tpd includes the eclipse.sdk feature from http://download.eclipse.org/releases/neon/. Furthermore, the .target file changed from

 

<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>

 

to 

 

<unit id="org.eclipse.sdk.feature.group" version="4.6.0.v20160512-1000"/>

 

which also looks like a different version from the one in the error message, and looks more recent. Perhaps that more recent version was assigned in your environment (maybe you updated your Eclipse platform?) and not available in the eclipse/releases/neon update site?

 

 

 

 

 

On Thu, Jun 2, 2016 at 11:09 AM Céline JANSSENS <celine.janssens@xxxxxxxxxxx> wrote:

Thanks Christian,

But the issue remains to the gerrit:

https://hudson.eclipse.org/papyrus-rt/job/Papyrus-RT-Gerrit-master/373/console

So i'm a bit stucked for the moment !

Regards

 

Le 02/06/2016 à 15:23, Christian Damus a écrit :

Hi, Céline,

 

This happens whenever Papyrus updates its target definitions, which they have just done for RC3.  So, we must regenerate our own target definitions from the TPDs.  That should be sufficient (it worked for me the last time that this happened).

 

HTH,

 

Christian

 

 

 

On 2 June, 2016 at 09:16:59, Céline JANSSENS (celine.janssens@xxxxxxxxxxx) wrote:

Hello everybody,

I have the following error while resolving my Target Platform dependencies:

Cannot resolve target definition:
[ERROR]   Software being installed: org.eclipse.papyrus.sdk.feature.feature.group 2.0.0.201605251112
[ERROR]   Software being installed: org.eclipse.sdk.feature.group 4.6.0.v20160428-0800
[ERROR]   Only one of the following can be installed at once: [org.eclipse.ui 3.108.0.v20160518-1929, org.eclipse.ui 3.108.0.v20160505-1310, org.eclipse.ui 3.107.0.v20160422-1755]
[ERROR]   Cannot satisfy dependency: org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.group 2.0.0.201605251112 depends on: org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui [2.0.0.201605251112]
[ERROR]   Cannot satisfy dependency: org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui 2.0.0.201605251112 depends on: bundle org.eclipse.ui [3.108.0,4.0.0)
[ERROR]   Cannot satisfy dependency: org.eclipse.papyrus.sdk.feature.feature.group 2.0.0.201605251112 depends on: org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.group [2.0.0.201605251112]
[ERROR]   Cannot satisfy dependency: org.eclipse.platform.feature.group 4.6.0.v20160428-0800 depends on: org.eclipse.rcp.feature.group [4.6.0.v20160428-0800]
[ERROR]   Cannot satisfy dependency: org.eclipse.rcp.feature.group 4.6.0.v20160428-0800 depends on: org.eclipse.ui [3.107.0.v20160422-1755]
[ERROR]   Cannot satisfy dependency: org.eclipse.sdk.feature.group 4.6.0.v20160428-0800 depends on: org.eclipse.platform.feature.group [4.6.0.v20160428-0800]
[ERROR]  
 
 
It seems, different features depends on different versions of the same bundle. (here org.eclipse.ui).  
 
Do you know how to resolve such things with .tpd file ? Or another manner ? Should I wait for an update ?  
 
Best regards
 
Céline

 

--

 

 

 

Céline JANSSENS
Software Engineer
+33 (0)2 44 47 23 23

 

Mail : cej@xxxxxxxxxxx


6 rue Léonard De Vinci - BP 0119 - 53001 LAVAL Cedex - FRANCE
www.all4tec.net

_______________________________________________
papyrus-rt-dev mailing list
papyrus-rt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/papyrus-rt-dev

 

_______________________________________________
papyrus-rt-dev mailing list
papyrus-rt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/papyrus-rt-dev

 

--

 

 

 

Céline JANSSENS
Software Engineer
+33 (0)2 44 47 23 23

 

Mail : cej@xxxxxxxxxxx


6 rue Léonard De Vinci - BP 0119 - 53001 LAVAL Cedex - FRANCE
www.all4tec.net

_______________________________________________
papyrus-rt-dev mailing list
papyrus-rt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/papyrus-rt-dev


Back to the top