About this task
You can perform this operation from the CLI only.
- Start Rational Synergy from the command prompt.
ccm start -h engine_hostname -d database_path -nogui
After the session starts, the Rational Synergy address (CCM_ADDR) is printed in your command window (Windows) or in the shell where you started the session (UNIX).
- Set your role to build_mgr.
ccm set role build_mgr
- Create a task, assign it to yourself, and set it as the default.
ccm task -create -synopsis "string" -default
- Change to the directory in your work area above the directory you want to convert to a project.
- Create a project, specifying the directory as its root.
ccm create -type project -root existing_dir -version int
-release release -purpose "Integration Testing"
- Create the platform for the subproject, if necessary.
ccm attr -create platform -type string -value platform
-project project_spec
- Use the ccm unuse command to unuse the directory.
- Add the new integration testing project to your integration testing project hierarchy.
ccm use -p project_name delimiter version
- Windows users: If you use absolute subprojects, change the makefiles, the build process, and all automated jobs to reflect the changes you have made.
If you use relative subprojects, no changes are necessary.
- Complete the current task.
ccm task -complete default
- Perform an integration test cycle, then Creating a baseline.
- Copy a system testing project from the new project.
This operation is discussed in Creating the system testing projects.
- Update your top-level system testing project, rebuild your application, then run through your test suite.
Note: Repeat this process for each platform, checking out integration and system testing project for each platform.
- Exit from the Rational Synergy CLI.
ccm stop