Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho more strict when building feature than PDE-build?

1.0.0.qualifier looks fishy, as if tycho or the project specify
literal 1.0.0.qualifier instead of 1.0.0 or some version range.

--
Regards,
Igor

On 11-09-21 9:56 AM, motes motes wrote:
I have defined a target platform with the eclipse SDK repos and some
babel language fragments. I have then created a feature containing
some of these babel fragments and made sure their host are also
available on the target platform. When I export this feature from
eclipse it works fine. But when I try to build it with tycho I get:

mework.system.packages=}
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: babel.feature.feature.group 1.0.0.qualifier
[ERROR]   Missing requirement: babel.feature.feature.group
1.0.0.qualifier requires 'org.eclipse.ui 0.0.0' but it could not be
found

But I have verified that the org.eclipse.ui bundle in on the target so
why does tycho resist to build this feature?
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top