To create and set an activity
About this task
Procedure
- Set your integration view if it is a dynamic view. For example:
If your integration view is a snapshot view, change directory to it.cleartool setview kmt_Integration
- Issue the cleartool mkactivity command.
For example:
The DevOps Code ClearCase® GUI tools use the name specified with –headline to identify the activity. The last argument, create_directories, is the activity-selector. Use the activity-selector when you issue cleartool commands.cleartool mkactivity –headline "Create Directories" create_directories
- If you need to set your integration view to the activity, use the cleartool setactivity command.
For example:
By default, when you make an activity with the cleartool mkactivity command, your view is set to that activity. Your view is not set to an activity if you create multiple activities in the same command line or if you specify a stream with the –in option.cleartool setactivity create_directories