Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Eclipse products for the different platforms

Unfortunately, I don’t know of a simple example that creates a product with platform-specific fragments.

 

How to build products/RCPs in general is shown in https://github.com/sonatype/sonatype-tycho/tree/master/tycho-demo/itp04-rcp

In order to extend this to include platform-specific fragments, I’d recommend the following approach:

·       Base your product on features. If you currently have a plug-in based product, create a feature, include the same bundles there, and then only include the feature in the product.

·       In the editor for the feature, make sure that that you have the environments configured correctly (right-hand side of tab “Plug-ins”).

·       Configure the used ws/os/arch combinations as environments in the parent POM

 

There are other ways, but this one should be the most convenient.

 

Regards

Tobias

 

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Paull M
Sent: 26 January 2011 15:59
To: tycho-user@xxxxxxxxxxx
Subject: [tycho-user] Eclipse products for the different platforms

 

Hi,
Before using tycho we have several different product files for different platforms. Each file contain platform-dependent plugins/fragments like swt, filesystem, etc. But with tycho we should use only one product configuration file, and I can't specify dependencies per platform.

Is there any examples using tycho to package RCP products for several platforms ?


Back to the top