Skip to main content

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

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




Back to the top