raoul volfoni
raoul volfoni

Reputation: 13

Is it possible to select a target platform from within a run configuration?

I'm using Eclipse RCP 2021-9 (can't update because the project is based on this specific version)

Let's say I have 2 target platforms and 2 run configurations in my RCP workspace. I'd like the run config 1 to run with TP 1 and the run config 2 to run with TP 2.

Is it possible ? If so, how would I do that ?

I looked into the run configuration dialog and couldn't find anything related to the target platform.

Thanks

Upvotes: 0

Views: 99

Answers (1)

Banoffee
Banoffee

Reputation: 862

To my knowledge this is not possible.

You should either create a combined Target Platform (Oomph's targlets may be of help but they have their own limitations). Or use 2 different Eclipse instances (possibly pointing at the same sources, just make sure to refresh your workspace etc. when needed).

Upvotes: 0

Related Questions