Eclipse: Modifying a resource in UCM

Edit a VersionVault resource, creating a new UCM activity.

About this task

To modify a resource:

Procedure

  1. In Eclipse, select Window > Open Perspective > Java. In the Navigator view, select the WelcomeToUCM.java file.
  2. Right-click WelcomeToUCM.java and select Run As > Java Application. Note that the text, "Welcome to the UCM tutorial!" appears in the Console view.
  3. Right-click the WelcomeToUCM.java file and select Team > Check Out from the context menu.
  4. In the Checkout dialog box, click New in the Select Activity section. If you cannot see the Select Activity section, click Show Details.
  5. In the Create New Activity dialog box, enter Updating_text_for_UCM_tutorial in the Activity Headline field and click OK to create the new activity.
  6. In the Checkout dialog box, click OK to check out the WelcomeToUCM.java file.
  7. In the VersionVault Navigator view, double-click the WelcomeToUCM.java file to open the file for editing. Change the System.out.println (Welcome to the UCM tutorial!"); line to read System.out.println ("Welcome to the Unified Change Management (UCM) tutorial!"); Click File > Save in the Eclipse window.
  8. Right-click the WelcomeToUCM.java file in the VersionVault Navigator view and select Team > Check In from the context menu. In the Checkin dialog box, accept the default settings and click OK. The file is now checked in.
  9. In the VersionVault Navigator view, select the WelcomeToUCM.java file, right-click and select Run As > Java Application. Note that your changes to the text now appear in the Console view.

Results