|
|
@@ -128,7 +128,9 @@ and won't work with versions of jsch earlier than |
|
|
|
<tr> |
|
|
|
<td valign="top">outputproperty</td> |
|
|
|
<td valign="top">The name of a property in which the output of the |
|
|
|
command should be stored.</td> |
|
|
|
command should be stored. If you use the commandResource |
|
|
|
attribute, each command's output will be prefixed by the |
|
|
|
command itself.</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
@@ -144,7 +146,7 @@ and won't work with versions of jsch earlier than |
|
|
|
<td valign="top">A file from which the executed command's standard |
|
|
|
input is taken. This attribute is mutually exclusive with the |
|
|
|
inputstring attribute.<br/> |
|
|
|
When executing more than one command via commandRessource, input |
|
|
|
When executing more than one command via commandResource, input |
|
|
|
will be read for each command. |
|
|
|
<em>since Ant 1.8.0</em></td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
@@ -154,7 +156,7 @@ and won't work with versions of jsch earlier than |
|
|
|
<td valign="top">A string which serves as the input stream for the |
|
|
|
executed command. This attribute is mutually exclusive with the |
|
|
|
input attribute.<br/> |
|
|
|
When executing more than one command via commandRessource, input |
|
|
|
When executing more than one command via commandResource, input |
|
|
|
will be read for each command. |
|
|
|
<em>since Ant 1.8.0</em></td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|