Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 444121

Summary: cfo start doesn't work
Product: [ECD] Orion Reporter: Malgorzata Janczarska <malgorzata.tomczyk>
Component: DeploymentAssignee: Malgorzata Janczarska <malgorzata.tomczyk>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: maciej.bendkowski, Szymon.Brandys
Version: 6.0   
Target Milestone: 7.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Malgorzata Janczarska CLA 2014-09-15 09:58:20 EDT
cfo start returns error:
Error: Failed to find /manifest.yml. If the manifest is in a different folder, please select the manifest file or folder before deploying.
Comment 1 Malgorzata Janczarska CLA 2014-09-15 10:04:57 EDT
The shell commands always add ContentLocation to the request event if this is a start/stop command. When ContentLocation is added we always try to parse the manifest file from it, even if later we don't use it.
I think that in the start/stop command we should ignore it and this is the change I committed.