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

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

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

--
Regards,
Igor

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



Back to the top