JBuilder Integration for the Telelogic/Continuus CM


Icons in Project View Pane

Attention: Unfortunately this feature does not work within JBuilder 7 :-( ... unless you use my JB 7 Builder patch also available from the JBCcm download pages at SourceForge, which includes a workaround ;-) ... Use patch 1.3.0 with JBCcm 2.4.1 or patch 1.1.0/1.2.0 with JBCcm 2.3.0/2.4.0. Everything works fine with JB version 3.5 to 6 and 8 ...

In the Project View Pane icons are used to easily connect a filename with a special file type. Unfortunately you can't figure out any file status like writable/readonly.

Since CM files can be divided up into two groups using the readonly flag (writable: checked out ; read only: not checked out), the JBuilder Integration for CM includes some derived file node classes to show the current readonly status of any file. If a file is readonly (and therefore under control of CM or any other CM user than you), you'll see the CM icon instead of the orginal, file type dependent one.

File Types

Supported file types are

  • Java source files
  • Java properties files
  • Image Files
  • HTML Files
  • Text Files
*.java
*.properties
*.bmp, *.gif, *.jpg, *.jpeg, *.jpe
*.html, *.htm, *.asp
*.txt, *.xml, *.mf, *.opentools

File Suffixes

The list of suffixes used for any of these predefined file types can be redefined. Users may provide their own suffix lists using one of the extended user settings of JBCcm.


(C) 2000-2004 Olaf Deterding-Meyer