Ignoring generated code files in a Rational Team Concert change set

In the IBM® Rational® Rhapsody® Platform Integration of Eclipse, if code is generated under the Rational Rhapsody project folder (when you use a regular Rational Rhapsody configuration instead of an Eclipse configuration), the generated code files are considered as a change set by Rational Team Concert. If you do not want to check in the generated code, use this procedure to ensure that the generated code files are not checked into the Rational Team Concert repository.

Procedure

  1. In the change set, right-click the new folder created for the component, and select Ignore, as shown in the following figure.
    Note: In this illustration, the folder is named DefaultComponent because the active component name is DefaultComponent.
    instruct Rational Team Concert to not check in generated code files
  2. A Rational Team Concert message asks you to confirm ignoring check-ins to this resource. Click OK.
  3. After you have confirmed ignoring check-ins to the component folder, the change set is refreshed, and the new change set is displayed, as shown in the following figure. Notice that the generated code files do not exist any more in the change set. Instead, another change set with a .jazzignore file is created.
    generated code files no longer exist in change set
  4. Deliver both change sets (your original set that contains the modification on the model and the change set that contains the .jazzignore file).

Feedback