antoine 2003/10/28 02:29:53
Modified: docs/manual/OptionalTasks scp.html sshexec.html
Log:
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 )
Revision Changes Path
1.10 +1 -2 ant/docs/manual/OptionalTasks/scp.html
Index: scp.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/OptionalTasks/scp.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- scp.html 16 Oct 2003 11:21:14 -0000 1.9
+++ scp.html 28 Oct 2003 10:29:53 -0000 1.10
@@ -69,8 +69,7 @@
</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.8 +1 -2 ant/docs/manual/OptionalTasks/sshexec.html
Index: sshexec.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/OptionalTasks/sshexec.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sshexec.html 16 Oct 2003 11:21:14 -0000 1.7
+++ sshexec.html 28 Oct 2003 10:29:53 -0000 1.8
@@ -63,8 +63,7 @@
</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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]