RADE

Source Code Manager

adl_set_image

Setting parameters on an image

Quick Reference

Abstract

The adl_set_image command sets parameter on an image for a given workspace.


Synopsis

adl_set_image image_name -tck tool_config_key | -no_local_tck [-ws workspace_name] [-h | -help | -?]

Usage

This command sets parameters on the image named <image_name> for the specified workspace <workspace_name> or the current one.

To create a new image, run the [1] adl_mk_image command with the name of the new image as parameter.
To set up a new image directory, rin the [2] adl_set_image_dir command.

[Top]

Options

adl_set_image accepts the following options:

-h|-help|-? Help of the command
image_name Name of the image. Default names are "UNIX" and "WINDOWS" 
-tck Identifier of the new TCK to associate with the given image.
-no_local_tck To remove the TCK that could have been defined locally on the image.
After the command, the associated TCK will be those associated with the workspace.
-ws workspace_name Name of the workspace the image is related to.

Examples

Setting a new tck key parameter on the "MyWsNewImage" image of the "MyWs" workspace:

adl_ch_ws MyWs
adl_set_image MyWsNewImage -tck TckKeyName
or
adl_set_image MyWsNewImage -tck TckKeyName -ws MyWs

 

Removing a locally defined TCK for the "MyWsNewImage" image of the "MyWs" workspace:

adl_ch_ws MyWs
adl_set_image MyNewImage -no_local_tck
or
adl_set_image MyNewImage -no_local_tck -ws MyWs

[Top]


References

[1]
[2]
adl_mk_image: creating an image
adl_set_image_dir: setting image directory

[Top]


History

Version: 1 [Mar 2001] Document created

[Top]


Copyright © 2001, Dassault Systèmes. All rights reserved.