Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Trying to aggregate source features using b3 aggregator editor

FWIW, source features generated by tycho have a perfect version match dependency to the corresponding binary feature by default, see [1].
This is to avoid version mismatches between source and binaries.

Regards,
Jan

[1] http://eclipse.org/tycho/sitedocs-extras/tycho-source-feature-plugin/source-feature-mojo.html#includeBinaryFeature  

-----Original Message-----
From: cross-project-issues-dev-bounces@xxxxxxxxxxx [mailto:cross-project-issues-dev-bounces@xxxxxxxxxxx] On Behalf Of Jeff Johnston
Sent: Dienstag, 21. Mai 2013 20:44
To: Cross project issues
Subject: [cross-project-issues-dev] Trying to aggregate source features using b3 aggregator editor

I am trying to add the Linux Tools source features (without categories) 
so end-users can install them if desired.

When I add these features to the linuxtools.b3aggrcon file, I am getting 
an error trying to validate the aggregation.  The source features 
require the normal features and the b3 aggregator editor is saying that 
the feature is missing.

The missing feature in question is also in the b3aggrcon file (with 
category) and is found when validating the repository.  If I remove the 
source features, the aggregation validates fine.

Below is the actual message.  Is there something wrong with our repo or 
is it a known issue with the b3 aggregator editor trying to have new 
feature groups requiring other new feature groups?

I have attached the b3aggrcon file for reference.

-- Jeff J.

=======================================================================

Cannot complete the install because one or more required items could not 
be found.
Missing requirement: C/C++ Call Graph Visualization Developer Resources 
1.1.0.201305211237 
(org.eclipse.linuxtools.callgraph.feature.source.feature.group 
1.1.0.201305211237) requires 
'org.eclipse.linuxtools.callgraph.feature.feature.group 
[1.1.0.201305211237]' but it could not be found

InstallableUnit(org.eclipse.linuxtools.callgraph.feature.feature.group 
[1.1.0.201305211237,1.1.0.201305211237]) is required by:
   ValidationSet(main)
     Contribution(Linux Tools)
 
MappedRepository(http://download.eclipse.org/linuxtools/update-kepler-rc1)
 
Feature(org.eclipse.linuxtools.callgraph.feature.source.feature.group 
1.1.0.201305211237)



Back to the top