Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Eclipse source feature

I've added an eclipse source feature for platform to include the platform ISV docs.  When I build and install the module, it works.  But when I do a full build, I get this far and then:

[INFO] org.eclipse.platform.source ....................... FAILURE [0.180s]

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.16.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) on project org.eclipse.platform.source: Execution default-build-qualifier-aggregator of goal org.eclipse.tycho:tycho-packaging-plugin:0.16.0-SNAPSHOT:build-qualifier-aggregator failed: Feature /home/paul/git-storage/git/cbi/r4/eclipse.platform.releng.aggregator/eclipse.platform.releng/features/org.eclipse.rcp with id org.eclipse.rcp is not part of the project build target platform -> [Help 1]

org.eclipse.platform.source feature.xml references org.eclipse.rcp.source, of course, but other than that I don't see the relation.  And from earlier in the same run, I see:

[INFO] org.eclipse.rcp ................................... SUCCESS [1.242s]
[INFO] org.eclipse.rcp ................................... SUCCESS [3.268s]

Which seems to indicate that it's already build the rcp feature and the RCP feature/target directory has org.eclipse.rcp-sources-feature.jar (so it's source feature was already generated).

Any ideas where to go from here?

Later,
Paul

--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top