<< Back to previous view |
![]() |
[QB-279] Dot '.' allowed in configuration name leads to problems when triggering configuration from remote
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | Martin Lehofer | Assigned To: | Robin Shen |
Resolution: | Won't Fix | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown | ||
Environment: | Windows Server 2003, Tomcat 6.0 |
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. |
Comments |
Comment by 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 |