How to load RTC workspace into Build Forge Workspace
Hi all,
I have configured RTC and Build Forge.
1. I have created build engine and build definition in RTC.
2. In build forge I have created environment with four variables ( Repository_Address,Build_User, Build_Password, Build_Engine_Path)
I have created project with the environment and with two steps.
Step1 has command .source JazzJBE.
Step2 has command
cd ${team_scm_fetchDestination}/Addition
g++ main.cpp -o main
3. under Jazz source control tab in build definition. I have selected proper workspace for build workspace
4. under load option I have specified the path to load BF workspace.
when I request for build. It fails and found my BF workspace as blank.
Can somebody help me on this.
Regards,
Deepali Nigade
One answer
${team_scm_fetchDestination} has to be defined in BF as well otherwise it will be blank. You can define the same variable in your BF project environment and RTC should copy it over when the build starts.
~Spencer