Nickan
Nickan

Reputation: 15

Two different Eclipse instances working in same path

Due to plugin compatibility problems between the Eclipse applications Atollic TrueStudio 9.0 and Cantata 7.2 (Testframework) i have to use both eclipse versions at the same time as single instances instead of having one Eclipse with plugins of TrueStudio and Cantata.

I want to use them for TDD in my current embedded C project. Git-Repo looks like that:
"Project"
-->src
-->tests

TrueStudio just need the src folder but Cantata ("tests" folder) needs src and tests folder to create testscripts,...

Same workspace with two eclipse instances is not possible. Two workspaces and changing the default location to the Git-Clone path in every eclipse instance also cause troubles.

Does someone know a practical solution for this problem?

Thanks :)

Upvotes: 0

Views: 86

Answers (1)

Till Brychcy
Till Brychcy

Reputation: 2924

You could try to use a second workspace for one of the instances and create a project in it with linked resources pointing to the first workspace (see https://help.eclipse.org/oxygen/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftasks-45.htm)

Upvotes: 0

Related Questions