History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-279
Type: Bug Bug
Status: Resolved Resolved
Resolution: Won't Fix
Priority: Major Major
Assignee: Robin Shen
Reporter: Martin Lehofer
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Dot '.' allowed in configuration name leads to problems when triggering configuration from remote

Created: 06/Sep/07 06:43 AM   Updated: 06/Sep/07 05:20 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Windows Server 2003, Tomcat 6.0


 Description  « Hide
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.

 All   Comments   Work Log   Change History      Sort Order:
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