2

I'm sure I was able to pop up the ClearCase Activity Properties window from the command line at one point.

Does anybody how to make this happen?

Thanks!

ChrisC
  • 1,161
  • 12
  • 26

1 Answers1

1

This might be one of the executable in <IBM/Rational/ClearCase>/bin, but you can also try (using cleartool describe):

cleartool descr -graph activity:myActivity@\myPVob

Otherwise clearprojexp.exe launched the UCM project manager itself.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • The "cleartool describe -graph" was the command I was looking for. It does exactly what I needed. – ChrisC Mar 21 '14 at 01:35