Say you have a configuration CC.Libs under the configuration root.GUI. When you try to trigger this configuration or copy artifacts from there with the Quickbuild Repository connector, this will fail with the message "Configuration root.GUI.CC.Libs cannot be found".
Gues' that the '.' in the configuration name disturbs QB here.
Description
Say you have a configuration CC.Libs under the configuration root.GUI. When you try to trigger this configuration or copy artifacts from there with the Quickbuild Repository connector, this will fail with the message "Configuration root.GUI.CC.Libs cannot be found".
Gues' that the '.' in the configuration name disturbs QB here.
The configuration name including period need to be quoted to be processed correctly by QuickBuild. In your case, please use root.GUI."CC.Libs" instead.
Robin Shen[06/Sep/07 05:20 PM]
The configuration name including period need to be quoted to be processed correctly by QuickBuild. In your case, please use root.GUI."CC.Libs" instead.
Regards.
Robin
Regards.
Robin