Hi All,
I am running Opendeploy 4.5. I am trying to specify the local_directory= option on the command line, to overwrite the option already in the config file.
If I don't specify the local_directory= option then it works fine. As soon as I add that option it hangs - the log file writes the headers and thats it.
deployment=cms_content_only
remote_server=macst001
area=Y:\default\main\camelotgroupplc\corporate\EDITION
local_directory=content\about\content
remote_directory=/was/WebSphere/test5/installedApps/CamGroup.ear/files.war
;
;
That is the snippet of the config file.
Below is the command that does not seem to be working. Without the loca_directory= bit it works fine, but takes a while as it needs to do comparisons throught out the base directory. (Please note that it is all suposed to fit onto one line!)

\iw-home\opendeploy\bin\iwdeploy.exe -V 4 -f

\iw-home\opendeploy\conf\corporate_iwodclient.cfg -log submit -logpath

\iw-home\OpenDeploy\log cms_content_only area=Y:\default\main\camelotgroupplc\corporate\EDITION local_directory=content\about\content
Am I missing something or what?
Thanks
Jeremy