Home > Products > CS-RCS > Integration > Add-ons > Borland JBuilder

Version Control for Borland JBuilder

Description: An OpenTool integrating CS-RCS into JBuilder, with effortless installation and good coverage of the CS-RCS featureset.

Author: Rob Whelan

Installation: To install, add the csrcs.jar file to the Jbuilder / lib / ext directory and restart Borland JBuilder.

Download: Click here.



To access CS-RCS from JBuilder's 'Tools' menu only

This is done by editing the tools.cfg file which is located in the Documents and Settings/[login name]/.jbuilder[version number] folder (or search for the file in the 'Documents and Settings' subfolders).

Instructions:

  1. Locate the file tools.cfg.
     
  2. Open the file and add the following lines to the end of the file:

    RCS Status
    C:\\Program Files\\ComponentSoftware\\CS-RCS\\System\\csrcs.exe
    status ($FileDir)\\($FileName)

    RCS CheckOut
    C:\\Program Files\\ComponentSoftware\\CS-RCS\\System\\csrcs.exe
    CheckOut ($FileDir)\\($FileName)

    RCS CheckIn
    C:\\Program Files\\ComponentSoftware\\CS-RCS\\System\\csrcs.exe
    CheckIn ($FileDir)\\($FileName)

    RCS History
    C:\\Program Files\\ComponentSoftware\\CS-RCS\\System\\csrcs.exe
    History ($FileDir)\\($FileName)

    RCS Explorer
    C:\\Program Files\\ComponentSoftware\\CS-RCS\\System\\DocumentManager.exe

    (C:\\Program Files\\ComponentSoftware\\CS-RCS\\System\\ is the default CS-RCS directory - change this to your CS-RCS home directory if required)
     
  3. Close and save the file
     
  4. Start Borland Jbuilder.
    The RCS commands should now appear on the 'Tools' menu.

Note: Due to limitations in Borland JBuilder, a file which has been checked-out has to be closed and reopened in order to start editing.

 


Copyright © 2001-2007 ComponentSoftware Inc.
Names used throughout this site are trademarks of their respective companies.
Last modified:
May 31, 2007