You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "Andy Kurth (Resolved) (JIRA)" <ji...@apache.org> on 2012/03/08 21:11:57 UTC

[jira] [Resolved] (VCL-13) Improve Windows batch file and scripts

     [ https://issues.apache.org/jira/browse/VCL-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Kurth resolved VCL-13.
---------------------------

    Resolution: Fixed
    
> Improve Windows batch file and scripts
> --------------------------------------
>
>                 Key: VCL-13
>                 URL: https://issues.apache.org/jira/browse/VCL-13
>             Project: VCL
>          Issue Type: Improvement
>          Components: vcld (backend)
>            Reporter: Andy Kurth
>            Assignee: Andy Kurth
>            Priority: Minor
>
> There are several batch files and other scripts which run as part of VCL's image capture and loading processes.  Their output is not always saved to a log file.  It's lost.  To simplify troubleshooting, configure all batch file and scripts to redirect their output to files on the computer.
> External calls within the scripts do not always check the exit status of the command that was executed.  The exit status can usually be retrieved from the %ERRORLEVEL% variable within batch scripts or from $? if executed from a bash shell.  It would be helpful if the exit status is checked for almost all external calls and displayed in the script's log file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira