RE: How to execute and assign the output of a command to a property on runtime.
e and assign the output of a command to a property on runtime. see Ant Manual / core tasks / exec task outputproperty errorproperty resultproperty example = ... and later in script check the Returncode: +++ RC Shellscript
RE: How to execute and assign the output of a command to a property on runtime.
see Ant Manual / core tasks / exec task outputproperty errorproperty resultproperty example = ... and later in script check the Returncode: +++ RC Shellscript != 0 +++${line.separator} !!