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.
HTH Christian
On 09/27/16 14:04, Justin Georgeson wrote:
Can you only include platform-relevant projects in your reactor (and then only configure that one platform in your tycho-platform-configuration)? You can use an eclipse-repository project to gather all those platform-specific features/plugins on in the build each platform, copy the resulting software site from each platform to a âmasterâ build platform, then use those local sites to build the final multi-platform site with all platforms enabled in tycho-platform-configuration.
Â
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user
You may be able to do it in the same build, at least I was able to for ours which while not cross-platform builds bundles for multiple version of Eclipse.
On 3 October 2016 at 18:00, Christian Pontesegger <christian.pontesegger@xxxxxx> wrote: