This is from the log generated when running FBCMD triggered by CCNet:[Vault Get Project from $/Applications/FarmManagement] Running Vault with command line : get -user “" -password "" -host "****” -repository “****” -destpath “c:\FinalBuilder\Vault\Applications\FarmManagement” -setfiletime “modification” -makereadonly -merge overwrite -performdeletions removeworkingcopy “$/Applications/FarmManagement/” An error occurred reading from the download stream (“Unable to read data from the transport connection.”), retrying… An error occurred reading from the download stream (“Unable to read data from the transport connection.”), retrying… An error occurred reading from the download stream (“Unable to read data from the transport connection.”), retrying… Too many errors were encountered downloading files. Some files may not have been updated. SuccessClearly - this task should have failed, but it was not flagged by FinalBuilder as failed…
Hi Espen,
Unfortunately Vault doesn’t return proper error codes and so FinalBuilder captures the XML output and and searches for the vault/error node. It looks like from the output you’ve pasted here, that it’s not outputting xml. I’ve added a special case that searches for the text “An error occurred reading from the download stream” which will force the action to fail. As a workaround, you can process each line of output in the OnStatusMessage event for the action… if you find that kind of error then set a flag to fail the action from the AfterAction script event.
hth.
.t8
Did you have a release with this?
Please contact me at support at finalbuilder dot com for the test build with this in, thanks.