Configure StdErr handling

Here�s how to configure Stderr handling in MidVision�s Application Release Automation tool in the rapiddeploy.properties file. Please see the section below:

#---------------------------------
# STDERR handling.
# fail.on.stderr.output=true, any output
#                on the STDERR stream or RC != 0
#                causes a failure condition
# fail.on.stderr.output=false, only a RC !=0 causes a failure condition
# Default value is true.
#---------------------------------
fail.on.sterr.output=true

When set to true, any output on STDERR will cause the executing task to report as failed. When set to false, the executing task will report as success unless the return code is not 0 (or whatever the task sets the success condition to be).

In either case a return code != 0 causes a failure condition.