• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse 3.0: CVS Plug-In + RCP client

 
author
Posts: 469
20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am using RCP (Rich Client Platform) to create a small utility. When using RCP I want to make use of UI a Plug-in (that extends AbstractUIPlugin class).

The UI Plug-in is basically a CVS plug-in for Eclipse. The CVS plugin allows to right click a Java file and then make use of 'Team' menu and Check-in or Check-out files. Now because the CVS Plug-in is a UI plugin, so I can't access it from the RCP client. Also the CVS Plug-in is coupled with the Eclipse UI I can only check-in and check-out files by going to the navigator window, selecting the file, right clicking it, going to 'Team' menu and selecting 'Check-in' option. Right ??

What I want to do is to access the CVS Plugin like this: I make an update into a file using my RCP client, then (programmatically) select the same file in the Navigator window, (programmatically) right click it, (programmatically) select the 'team' menu and (programmatically) select the check-in option. All this I will have to do programmatically. So which of the classes or interfaces I should look into the Eclipse API to implement such a functionality in my RCP client ??

If you have an alternative way to achieve the same functionality then please suggest.

regards
Ashish Sarin
 
Ashish Sarin
author
Posts: 469
20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
anybody ?
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Ashish,
did you figure out a way to do it.

regards
ashok
 
Mo-om! You're embarassing me! Can you just read a tiny ad like a normal person?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic