[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.subversive] Re: Subversive in RCP app

Gilbert Mirenque wrote:
I wanted to specify it in the preferences but the Team category isn't
there. How can I add it?

Hello Gilbert.

We are using Subversive (0.7.8) in an RCP app built upon Eclipse *Platform* 3.4.2. and that works fine.

When building an RCP application and want to integrate tier plugins, you need to be aware of it's dependencies. And Subversive depends on "org.eclipse.ui.ide".

"org.eclipse.ui.ide" is *not* part of the RCP distribution (for example : eclipse-RCP-SDK-3.4.2-win32), that's why you are not able to use it in your context.

If your application can also benefit from the Eclipse Platform, you could use the *Platform* distribution (as we do, with eclipse-platform-SDK-3.4.2-win32) and then you'll be able to integrate all Subversive functionalities (API and GUI).

Another solution could be to use only the Subversive *API* (not GUI) and only deploy the "core" subversive plugins in your RCP-SDK context, but you won't have access to Subversive views and perspectives ...

You have to choose.
JM.D