Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Issue with Tycho > 0.22.0

Sorry for confusion :-\

I think the problem is that P2 imposes a requirement on the referenced bundle, this is the resolved to the highest version and thus fails because the actually resolved item only contains the lower version from the feature.

I'm not sure if tycho is the culprit here or p2, you can try to explicitly exclude the offending bundle from the target of your product built:

https://wiki.eclipse.org/Tycho/Target_Platform#Filtering

Am 12.03.21 um 17:59 schrieb Andreas:
On Fri, Mar 12, 2021 at 3:20 PM Christoph Läubrich <laeubi@xxxxxxxxxxxxxx <mailto:laeubi@xxxxxxxxxxxxxx>> wrote:

    You should base your product on features not on plugins if you need to
    have mixed versions.


Exactly this is how my product is structured to keep it manageable. Also the sample product to show the issue is structured in this way: https://github.com/and-k/tycho-sample-project/blob/24124af94984fa8c2a5e6d96a74e9c4e83f9c5d7/sampleProject/sample.product/sample.product#L5 <https://github.com/and-k/tycho-sample-project/blob/24124af94984fa8c2a5e6d96a74e9c4e83f9c5d7/sampleProject/sample.product/sample.product#L5>

Regards,
Andreas

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user



Back to the top