RE: How to execute and assign the output of a command to a property on runtime.

2006-07-17 Thread Maninder Singh \(GR/EIL\)
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.

2006-07-12 Thread Rebhan, Gilbert
see Ant Manual / core tasks / exec task outputproperty errorproperty resultproperty example = ... and later in script check the Returncode: +++ RC Shellscript != 0 +++${line.separator} !!