Edit a ClearCase resource, creating a new UCM activity.
- In Eclipse, select . In the Navigator view, select the WelcomeToUCM.java file.
- Right-click WelcomeToUCM.java and select . Note that the text, "Welcome to the UCM tutorial!"
appears in the Console view.
- Right-click the WelcomeToUCM.java file and select from the context menu.
- In the Checkout dialog box, click New in
the Select Activity section. If you cannot
see the Select Activity section, click Show
Details.
- 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.
- In the Checkout dialog box, click OK to
check out the WelcomeToUCM.java file.
- In the ClearTeam 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 CCRC UCM tutorial!"); Click in the Eclipse window.
- Right-click the WelcomeToUCM.java file in the ClearTeam
Navigator view and select from the context menu.
In the Checkin dialog box, accept the default
settings and click OK. The file is now checked in.
- In the ClearTeam Navigator view, select the WelcomeToUCM.java file,
right-click and select . Note that
your changes to the text now appear in the Console view.