Questions tagged [clearcase-automation]

The ClearCase Automation Library (CAL) is a COM component that provides access to ClearCase functionality from Automation compatible scripting languages and COM clients.

The ClearCase Automation Library (CAL) (referred to as CAL) provides a set of COM interfaces to ClearCase on the Windows 32-bit platforms. These interfaces are intended both as an integration platform and also as an API that can be used to extend or customize ClearCase. CAL can also be used to develop stand alone applications, write scripts, or embed macros in other applications that interact with ClearCase on some level.

Homepage

44 questions
1
vote
1 answer

Clearcase element aliases and issues with it

When i do describe on "a.txt" ( a file in base CC vob) , i see "two visible paths" in the output and the file can be seen from both the paths. In other words, a.txt is seen in two different folders and when you do a version tree, you see the same…
1
vote
1 answer

Retrieving modified/ checked in files from Clear Case Activity

This query is related to Rational Clear Case Cm api programming using java. We have a requirement wherein we want to get the list of modified files of a particular stream. I am able to get the list of activities which are of type CcActivity from…
1
vote
2 answers

Base ClearCase- Prevent merge from a specific branch

Can someone guide me to deal with this in the right and best way? I have two active dev branches where-in the same code base is being modified and one integration branch in a base clearcase environment. But i wanted to prevent code promotion from…
1
vote
1 answer

ClearCase describe not working as expected

I am trying to put version information for the release in one of the .cpp files using cleartool desc command. These are some outputs for different desc commands: cleartool desc -fmt "%[type]p\n" abc.cpp Output:text_file cleartool desc -fmt "%Nl"…
Sahil
  • 359
  • 2
  • 5
  • 13
1
vote
1 answer

Clearcase CQ restriction for Specific Stream

I am working on Clearcase/Clearquest in which I have to create the CQ's for defect for the developers. Now the defect is to be delivered in old stream and in current stream also. So for each defect I have to create 3 CQ for single developer. Say I…
LivCool
  • 253
  • 1
  • 12
1
vote
1 answer

Dynamic views of ClearCase not integrating in Jenkins

We use ClearCase as our Version Control Tool. While Integrating Dynamic view to Jenkins in my job at Execute Shell, it is not getting integrated and throwing errors. My Commands at Execute Shell: /usr/atria/bin/cleartool setview johns…
Suresh Kumar
  • 71
  • 1
  • 2
  • 3
1
vote
1 answer

ClearCase Find files pointing to version 0

I'm trying to find a list of fiels pointing to Version 0 in a view. I have tried several options with the find command and could get the output that i wanted. Can someone help/direct me here? Any help is much appreciated. Thanks.
user2705120
  • 249
  • 5
  • 12
1
vote
1 answer

Clearcase: prevent clearcase from removing CR while checking in

I have a text file, it uses CRLF as line terminator. when I check in the file, clearcase removes CR and leave LF only. How to prevent such a behavior ? I'm using clearcase on windows
becks
  • 2,656
  • 8
  • 35
  • 64
1
vote
1 answer

Clear Case Label Error

Applying label error cleartool: Error: label type "label_1" not found in VOB "\newvob" and no global type definition can be found. cleartool: Error: Unable to create label "label_1" on "newvob" version "\main\12".
avarma
  • 39
  • 2
1
vote
1 answer

Clear quest - Need to query Named lists

My requirement: i need to add a new value to the Named lists(in CQ, edit ->Named lists ->Build Number) using cq perl. Please help me in this.
vasu
  • 97
  • 10
1
vote
1 answer

Identify the number of Binary files on each releases in Clearcase

we are using CC UCM Environment. I want to identify the number of binaries on each load/Release and making sure that we are packaging correctly the load.
Ankur1825
  • 51
  • 6
1
vote
1 answer

Trouble with clearcase VOB database

I am getting the following error for most of the clearcase activities, like labeling, checkout etc. cleartool: Error: Error from VOB database: "\11.3.0". cleartool: Error: Trouble finding the global definition for local type "???". cleartool: Error:…
user1797693
1
vote
2 answers

deliver merge automatic

My Requirement is regarding clearcase delivery: I want to automate delivery(no manual intervention/no deliver failure) process: While delivering - if there is any merge issue 1.if CC is able to merge files, its good- let it merge, 2.if CC…
vasu
  • 97
  • 10
-1
votes
1 answer

Invoking clearcase compare with previous version window using c#

I want to compare the clearcase file with its previous version programmatically in C#. Is there any way to invoke clearcase comparison window using C# CAL libraries for a file?
Ramesh K
  • 41
  • 4
1 2
3