Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Subversive in RCP
Subversive in RCP [message #485128] Thu, 10 September 2009 15:03 Go to next message
Eclipse UserFriend
Originally posted by: formatzeh.gmx.de

I want to add the sibversive functionality into my RCP app. So I added
the *.team and *.polarion plugins to my launch config. In my RCP app I
then can open the svn repository view. But I can't add a location
because the right connector isn't specified. So there is the problem. I
wanted to specify it in the preferences but the Team category isn't
there. How can I add it?

best regards,
Gilbert
Re: Subversive in RCP [message #485192 is a reply to message #485128] Thu, 10 September 2009 18:50 Go to previous messageGo to next message
Charlie Kelly is currently offline Charlie KellyFriend
Messages: 276
Registered: July 2009
Senior Member
Hi Gilbert,

See: http://subclipse.tigris.org/

Charlie

Gilbert Mirenque wrote:
> I want to add the sibversive functionality into my RCP app. So I added
> the *.team and *.polarion plugins to my launch config. In my RCP app I
> then can open the svn repository view. But I can't add a location
> because the right connector isn't specified. So there is the problem. I
> wanted to specify it in the preferences but the Team category isn't
> there. How can I add it?
>
> best regards,
> Gilbert
Re: Subversive in RCP [message #485223 is a reply to message #485192] Thu, 10 September 2009 20:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: formatzeh.gmx.de

Hi Charly,
I know that subclipse is another svn solution for eclipse. I looked on
the site you posted but I couldn't find any hints for my problem. Can
you give me a pointer?

best regards,
Gilbert

Charlie Kelly wrote:
> Hi Gilbert,
>
> See: http://subclipse.tigris.org/
>
> Charlie
Re: Subversive in RCP [message #485246 is a reply to message #485223] Thu, 10 September 2009 22:32 Go to previous messageGo to next message
Charlie Kelly is currently offline Charlie KellyFriend
Messages: 276
Registered: July 2009
Senior Member
Hi Gilbert,

http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p 4wYuA

contains information on downloading, including correct update site.

Charlie

Gilbert Mirenque wrote:
> Hi Charly,
> I know that subclipse is another svn solution for eclipse. I looked on
> the site you posted but I couldn't find any hints for my problem. Can
> you give me a pointer?
>
> best regards,
> Gilbert
>
> Charlie Kelly wrote:
>> Hi Gilbert,
>>
>> See: http://subclipse.tigris.org/
>>
>> Charlie
Re: Subversive in RCP [message #485285 is a reply to message #485246] Fri, 11 September 2009 08:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: formatzeh.gmx.de

Charlie, I don't want to download it, rather want to integrate svn
support in my RCP app. And my problem is that I activated all the svn
plugins I thought being needed (all *.team* and *.polarion* plugins) but
in my RCP app the "Team" preferences won't appear in the Preferences.
Which plugin am I missing to ativate further?
Re: Subversive in RCP [message #485513 is a reply to message #485128] Sat, 12 September 2009 10:49 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: formatzeh.gmx.de

Has anybody suggestions what plugins are left?
Re: Subversive in RCP [message #485582 is a reply to message #485285] Sun, 13 September 2009 22:33 Go to previous messageGo to next message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 423
Registered: July 2009
Senior Member
HI GILBERT,

Open the preference page you want included in your app from within the normal
IDE and press ALT+SHIFT+F1. This will give you a peek in the current class
and the plugin it resides in. Did you also try "Add required plugins" and
"include optional dependencies when computing required plugins" on the
plug-ins tab of the launcg config?

Best regards,

Wim Jongman
Salvo the Eclipse based newsreader

> Charlie, I don't want to download it, rather want to integrate svn
> support in my RCP app. And my problem is that I activated all the svn
> plugins I thought being needed (all *.team* and *.polarion* plugins) but
> in my RCP app the "Team" preferences won't appear in the Preferences.
> Which plugin am I missing to ativate further?
Re: Subversive in RCP [message #485776 is a reply to message #485582] Mon, 14 September 2009 21:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: formatzeh.gmx.de

Hi Wim,
had a kind of hope as I read your post but the plugin which I
investigated with the plugin spy already was marked as being run in the
RCP app. I didn't had success until now. Are there more ideas out there?

best regards,
Gilbert

Wim Jongman wrote:
> HI GILBERT,
>
> Open the preference page you want included in your app from within the normal
> IDE and press ALT+SHIFT+F1. This will give you a peek in the current class
> and the plugin it resides in. Did you also try "Add required plugins" and
> "include optional dependencies when computing required plugins" on the
> plug-ins tab of the launcg config?
>
> Best regards,
>
> Wim Jongman
Re: Subversive in RCP [message #486407 is a reply to message #485776] Thu, 17 September 2009 14:16 Go to previous messageGo to next message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 493
Registered: July 2009
Senior Member

Hi Gilbert,

Did you try launching with all available plugins and your application as the
application to start.

--
Best Regards,

Wim Jongman
http://www.remainsoftware.com
http://www.industrial-tsi.com

"Gilbert Mirenque" <formatzeh@gmx.de> wrote in message
news:h8me0i$c11$1@build.eclipse.org...
> Hi Wim,
> had a kind of hope as I read your post but the plugin which I
> investigated with the plugin spy already was marked as being run in the
> RCP app. I didn't had success until now. Are there more ideas out there?
>
> best regards,
> Gilbert
>
> Wim Jongman wrote:
>> HI GILBERT,
>>
>> Open the preference page you want included in your app from within the
>> normal
>> IDE and press ALT+SHIFT+F1. This will give you a peek in the current
>> class
>> and the plugin it resides in. Did you also try "Add required plugins" and
>> "include optional dependencies when computing required plugins" on the
>> plug-ins tab of the launcg config?
>>
>> Best regards,
>>
>> Wim Jongman
Re: Subversive in RCP [message #486572 is a reply to message #486407] Fri, 18 September 2009 09:05 Go to previous message
Eclipse UserFriend
Originally posted by: formatzeh.gmx.de

Hi Wim,
> Did you try launching with all available plugins and your application as
> the application to start.

funnily enough not :( That is very strange. All the other preference
pages seem to exist. I don't have more ideas. Maybe there is a kind of
trigger anywhere to deactivate some preferences? If so, I don't know
what to search for.
Previous Topic:Properties View and TextEditor (or EditorPart)
Next Topic:how to call another command in handlerclass of a command
Goto Forum:
  


Current Time: Fri Apr 26 23:06:29 GMT 2024

Powered by FUDForum. Page generated in 0.03675 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top