Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
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