Adding keywords to an object type source template

You can add a keyword to the source template for an object type.

Before you begin

You must be a user with the ccm_admin role.

Procedure

  1. Start a Rational® Synergy session with your role set to ccm_admin.
  2. Run the ccm typedef command to get the existing source template and to save it to a temporary file:

    For example:

    ccm typedef -show source_template java >tmpfile

  3. Edit the temporary file with your favorite editor:

    For example:

    vi tmpfile

  4. Run the ccm typedef command to update the source template with the modified temporary file:

    For example:

    ccm typedef -m -stf tmpfile java


Feedback