Run Capella from Eclipse with addons

Hi all,

I develop some plugin that can work with Capella elements in Capella model.
Capella model for opening requires some addons like Filtering, Requirements Viewpoint.

I try to run Capella with my plugin via Eclipse, it starts but I cannot open model in Capella due to addons not found.

I downloaded addons as a dropins and installed it in Capella folder (capella/dropins).
In Eclipse run configuration I tried to use:

  1. -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=C:\PathToCapella\capella\dropins
  2. Set custom ini file with path to dropins folder.

Is it possible to run Capella with dropins from Eclipse?

Thank you,
Egor

Hi,
Yes its doable, but you need to refer each dropin/eclipse folder manually.

In the screenshot here, we refer to Requirement :

I have updated Development-Environment with this how-to.

Philippe

Hi,

Thanks a lot, problem was solved!

Egor