Skip to main content

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

Hello Igor,

Thank you for the tip. That was the missing link. Now it works as expected.

Cheers,
Michael


IF> pom-first dependencies are not transitive. each manifest-first project
IF> must have <dependency> on all pom-first dependencies it needs. See the
IF> last section in [1]

IF> [1]
IF> http://wiki.eclipse.org/Tycho/How_Tos/Dependency_on_pom-first_artifacts

IF> --
IF> Regards,
IF> Igor

IF> On 12-08-12 2:21 AM, Michael Schnell wrote:
>> Hi all,
>>
>> I'm currently trying to setup a "feature" project, but it fails with
>> a "Missing requirement" message. The transitively referenced
>> libraries (used by the plugin) are not found:
>>
>> "[ERROR] Missing requirement: org.fuin.srcmixins4j.plugin 0.2.0
>> requires 'package org.fuin.srcmixins4j.annotations 0.0.0' but it
>> could not be found"
>>
>> If I build only the plugin, it works fine - Only building the parent
>> project that includes the feature and the plugin fails.
>>
>> The source can be found here: https://github.com/fuinorg/SrcMixins4J
>>
>> The project has a reactor build for the libraries
>> (https://github.com/fuinorg/SrcMixins4J/tree/master/libraries) and
>> one for the Eclipse part:
>> https://github.com/fuinorg/SrcMixins4J/tree/master/eclipse -
>> Therefore it's necessary to install the libraries ("pom first") into
>> your local repository before starting anything from the eclipse build
>> part.
>>
>> Any ideas?
>>
>> Cheers, Michael
>>
>>
>> _______________________________________________ tycho-user mailing
>> list tycho-user@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/tycho-user
>>
IF> _______________________________________________
IF> tycho-user mailing list
IF> tycho-user@xxxxxxxxxxx
IF> https://dev.eclipse.org/mailman/listinfo/tycho-user





Back to the top