stevel 2005/04/19 15:28:22
Modified: docs/manual/CoreTasks apply.html
Log:
Now for the fun. Exec adds an osfamily attribute, so you can restrict
execution to a platform such as nt, or unix. This propagates to execon, so into
chmod, attrib, etc. We could therefore adapt them use osfamily as their way of
being unix or windows only.
Revision Changes Path
1.37 +6 -0 ant/docs/manual/CoreTasks/apply.html
Index: apply.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/apply.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- apply.html 7 Mar 2005 18:09:09 -0000 1.36
+++ apply.html 19 Apr 2005 22:28:22 -0000 1.37
@@ -92,6 +92,12 @@
<td align="center" valign="top">No</td>
</tr>
<tr>
+ <td valign="top">osfamily</td>
+ <td valign="top">OS family as used in the <os> condition.
+ <em>since Ant 1.7</em></td>
+ <td align="center" valign="top">No</td>
+ </tr>
+ <tr>
<td valign="top">output</td>
<td valign="top">the file to which the output of the command
should be redirected. If the error stream is not also redirected
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]