Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Missing requirement issue

The category xml should looks like this below.

 

<?xml version="1.0" encoding="UTF-8"?>

 

<site>

<feature " id=" com.arc.cdt.feature" version="0.0.0">

<category name="com.arc.cdt"/>

</feature>

<category-def name="com.arc.cdt" label="ARC GNU Tools Support"/>

 

</site>

 

Also in the pom.xml, uncomment the line 10 and list all the plugin module needs to build at compile time

 

Create a pom.xml inside the feature folder( https://github.com/foss-for-synopsys-dwc-arc-processors/arc_gnu_eclipse/tree/moving_to_tycho_2/feature ) and make packaging type eclipse-feature

 

Thank you

Keerthivasan C

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Evgeniya Katunina
Sent: Wednesday, April 05, 2017 6:45 PM
To: Tycho user list <tycho-user@xxxxxxxxxxx>
Cc: Anton Kolesov <Anton.Kolesov@xxxxxxxxxxxx>
Subject: Re: [tycho-user] Missing requirement issue

 

Keerthivasan,

 

I made changes according to your answer ( https://github.com/foss-for-synopsys-dwc-arc-processors/arc_gnu_eclipse/tree/moving_to_tycho_2 ) but I still have the same error with the 0.0.0 version. “[ERROR]   Software being installed: repository raw:0.0.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.0-SNAPSHOT

[ERROR]   Missing requirement: repository raw:0.0.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.0-SNAPSHOT requires 'plugin.feature.group 0.0.0' but it could not be found”

 

Evgeniya

 

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Keerthivasan Chinnathambi (RBEI/EMT5)
Sent: Wednesday, April 5, 2017 11:50 AM
To: Anton Kolesov <Anton.Kolesov@xxxxxxxxxxxx>
Cc: Tycho user list <tycho-user@xxxxxxxxxxx>
Subject: Re: [tycho-user] Missing requirement issue

 

Hello Evgeniya,

 

In category.xml, there is version attribute for the feature element .

Ø  The value of the version attribute should not ends with .qualifier because during build time , the .qualifier will gets replaced by timestamp. So the best way could be mention only the version like (2016.9.0) or open version like (0.0.0).

Ø  Make sure the feature added in category should be in folder format not as jar format.

 

Thank you

 

Best Regards,

Keerthivasan

 

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Evgeniya Katunina
Sent: Wednesday, April 05, 2017 1:58 PM
To: tycho-user@xxxxxxxxxxx
Cc: Anton Kolesov <Anton.Kolesov@xxxxxxxxxxxx>
Subject: [tycho-user] Missing requirement issue

 

Hi all,

 

I am trying to build the feature and update site (eclipse repository) with the Maven/Tycho. I have an error “[ERROR]   Software being installed: repository raw:2016.9.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):2016.9.0-SNAPSHOT

[ERROR]   Missing requirement: repository raw:2016.9.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):2016.9.0-SNAPSHOT requires 'plugin.feature.group [2016.9.0,2016.9.1)' but it could not be found”. Could you please help me to puzzle out what is wrong with my configuration? It is located here -- https://github.com/foss-for-synopsys-dwc-arc-processors/arc_gnu_eclipse/tree/moving_to_tycho_2 .

Thank you!

 

Evgeniya


Back to the top