Hi,
I am running a beyond compare script that is initiated by an nAnt task that is initiated by Thoughtworks CruiseControl.
I've found that when an FTP login changes (password expires), beyond compare "hangs", never signalling the parent process (nAnt) that an error or "hang" condition exists. This causes never-ending cruise control processes.
How to remedy this?
Script example:
criteria timestamp:180sec size
option stop-on-error
load "ftp://(user)
pass)@(server/SCO_WebUI/SupplementalDocuments/Database/Cases" "C:\Data\DbScripts"
expand all
folder-report layout:side-by-side &
options:display-mismatches &
output-options:html-color &
output-to:"reports\ShipCompliantV4\BeyondCompare\folder_c ompare_%date%_%fn_time%.html"
sync create-empty update:lt->rt
beep
Any insight is appreciated!
Thanks in advance.
I am running a beyond compare script that is initiated by an nAnt task that is initiated by Thoughtworks CruiseControl.
I've found that when an FTP login changes (password expires), beyond compare "hangs", never signalling the parent process (nAnt) that an error or "hang" condition exists. This causes never-ending cruise control processes.
How to remedy this?
Script example:
criteria timestamp:180sec size
option stop-on-error
load "ftp://(user)

expand all
folder-report layout:side-by-side &
options:display-mismatches &
output-options:html-color &
output-to:"reports\ShipCompliantV4\BeyondCompare\folder_c ompare_%date%_%fn_time%.html"
sync create-empty update:lt->rt
beep
Any insight is appreciated!
Thanks in advance.
Comment