Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] [EXTERNAL] Re: Platform-specific features in a multi-platform build

Hi Mickael,

 

what works for me is a root feature including the platform-specific features like this:

 

product includes

com.oracle.jre.feature includes

com.oracle.jre.<platform>.feature

 

HTH

Axel

 

 

Am Dienstag, 4. Oktober 2016, 08:25:24 CEST schrieb Mickael Istria:

> On 10/04/2016 12:00 AM, Christian Pontesegger wrote:

> > I would also suggest to have multiple local builds: 1 for each target

> > platform. Then use the tycho p2-mirror job to merge those local

> > repositories into a big one containing all those features.

>

> That doesn't work as some of the root elements (features directly listed

> in the category.xml) are platform-specific. Dependency resolution fails

> for those features whenever build is trying to resolve for another

> platform. Ideally, I'd like a way to treat those features as optional.

 

 


Back to the top