List of ClearCase files with the specified tag type

We are currently using clearcase in the project, and there is an HTML file that was generated using clearcase that contains all the file names that were included in the label.

I have to generate this file with a different label. I know how to get all the file names that were included in the shortcut using the cleartool command line, but this does not help me generate the file. I do not want to manually take this list and create an HTML file. So how do I create this file?

I don't currently have a copy of the HTML file, but I saw it. I hope this question is not too confusing and too vague. I'm still relatively new to cleaning and just discovered some cleartool commands today, so hopefully this is a simple question to answer.

+5
source share
2 answers

I am not sure about the exact HTML file you are linking to. Do you have an example of its name and its contents? If you edit your question with this data, I can add to this answer.

But in any case, if this file is not directly generated by ClearCase, the solution remains to parse the command (see also Additional examples of the cleartool search command ) cleartool find

cleartool find . –version "lbtype(MY_LABEL-1.0)"

and build your html file, for example with a Perl script.
You can even add this action to the ClearCase submenu entry, as shown in the top ten scripting articles .

+6
source

, , , , - ( ClearCase Explorer ). /, " " " ". HTML, XML CSV.

+1

All Articles