473,385 Members | 2,243 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Clearcase and Visual Studio .NET: how to get version-extended build record

Hello,
I have a C++ project that is built using Visual Studio .NET. The
source code is configuration-managed in Clearcase so that I build out
of a Snapshot view on my Windows XP PC. I am able to check files
in/out from the Visual Studio. When building my project, I would like
to generate a build log that contains clearcase version-extended
pathnames to the source files , as in file.c@@/main/3. This way I know
exactly what version of source file make up my build. With prior
versions of Visual Studio, I could export a Makefile and run it using
clearmake or omake thus generating a Configuration Record file. Since
this is no longer an option, I was wondering if there is a way to make
Studio generate version-extended pathnames as it builds a project.

So far I tried to add a custom-build step that would run alongside
with compilation. For every source file getting compiled, I want to
execute something like "cleartool ls -short $(InputFileName)" >>
buildlog.txt" (in a batch file or just like this)
However, the menu pull-down options seem to only let me replace the
standard C/C++ compilation with the custom step but not add on to the
standard C/C++ compilation. Is it possible to add a custom step to the
regular compilation step?

If this is not possible, can anyone think of a way to use a Pre-Link,
Pre-Build, or Post-Build step for this?
Any other ideas are appreciated.
Thanks
Rachel
Nov 22 '05 #1
0 2043

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Robb Gilmore | last post by:
Hi, I use VSS for visual studio .net 2003 development. However I recently installed the Clearcase client for use with Rational App Developer 6. When I did that, Clearcase unexp;ectledly took...
10
by: Andrew Baker | last post by:
I have just found a very serious bug in the way Visual Studio interfaces with Clearcase... I found that once you have opened a code file in the IDE, the IDE caches this file and does not re-read...
3
by: Robb Gilmore | last post by:
Hi, I use VSS for visual studio .net 2003 development. However I recently installed the Clearcase client for use with Rational App Developer 6. When I did that, Clearcase unexp;ectledly took...
4
by: rohinichandrap | last post by:
Hi , I have quite a few questions about Visual Studio :Net 2003 and clear case Could anyone please help me with the answers. I have converted a workspace abc.dsw from visual studio 6 to...
6
by: Budyanto | last post by:
Hi, I have a visual c++ project that refuses to build when the project is in clearcase. It kept complaining that it could not open an include file. I'm pretty sure that all my include paths are...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.