Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Features based on different target platforms in a single p2 site

> As the update project is associated with the RCP target platform, I understand the messages above such that Tycho (or p2)
> cannot find the plug-ins from the RAP target platform and complains.
>
> (If I make two different update sites, everything works, but I don't want that :-/)
>
> How can I convince Tycho to make my update site? Do I have to make a combined target
> platform with all the possible dependencies or are there another way?

Are you trying to make a site with a combination features/plugins for a "run time target" only?
Or, a site with a combination "run time target" and "ide" bundles?

If the former, you probably just have to be be sure to use the same "negative requirements" that RAP uses
https://bugs.eclipse.org/bugs/show_bug.cgi?id=385512
as specified in their p2.inf files at the bundle level.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=373725

If the latter, then probably no easy way. Make the two repos, and then use a lower level p2.mirror task to append one to the other?

HTH


Back to the top