stevel 01/11/27 11:44:46
Modified: docs/manual/CoreTasks exec.html
Log:
PR 4345 :Request for addition of "rcproperty" attribute to <exec>
Documented new property
Revision Changes Path
1.9 +6 -0 jakarta-ant/docs/manual/CoreTasks/exec.html
Index: exec.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/exec.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- exec.html 2001/11/20 06:51:57 1.8
+++ exec.html 2001/11/27 19:44:46 1.9
@@ -57,6 +57,12 @@
<td align="center" valign="top">No</td>
</tr>
<tr>
+ <td valign="top">resultproperty</td>
+ <td valign="top">the name of a property in which the return code of the
+ command should be stored. Only of interest if failonerror=false</td>
+ <td align="center" valign="top">No</td>
+ </tr>
+ <tr>
<td valign="top">timeout</td>
<td valign="top">Stop the command if it doesn't finish within the
specified time (given in milliseconds).</td>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>