Browse Source

Correct documentation of failonerror attribute for scp and ssh.

PR: 24169
Submitted by: Edwin Steele (Edwin_STEELE at rta dot nsw dot gov dot au )


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275574 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 21 years ago
parent
commit
c527bae9a5
2 changed files with 2 additions and 4 deletions
  1. +1
    -2
      docs/manual/OptionalTasks/scp.html
  2. +1
    -2
      docs/manual/OptionalTasks/sshexec.html

+ 1
- 2
docs/manual/OptionalTasks/scp.html View File

@@ -69,8 +69,7 @@ jsch-0.1.8.</p>
</tr>
<tr>
<td valign="top">failonerror</td>
<td valign="top">Log a warning message, but do not stop the build,
when the transfer does not work.
<td valign="top">Whether to halt the build if the transfer fails.
</td>
<td valign="top" align="center">No; defaults to true.</td>
</tr>


+ 1
- 2
docs/manual/OptionalTasks/sshexec.html View File

@@ -63,8 +63,7 @@ jsch-0.1.8 and won't work with versions of jsch earlier than
</tr>
<tr>
<td valign="top">failonerror</td>
<td valign="top">Log a warning message, but do not stop the build,
when the transfer does not work.
<td valign="top">Whether to halt the build if the command does not complete successfully.
</td>
<td valign="top" align="center">No; defaults to true.</td>
</tr>


Loading…
Cancel
Save