|
|
@@ -1059,6 +1059,14 @@ elements.</p> |
|
|
|
<code>chmod</code> command. Defaults to true.</td> |
|
|
|
<td valign="top" align="center">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">type</td> |
|
|
|
<td valign="top">One of <em>file</em>, <em>dir</em> or |
|
|
|
<em>both</em>. If set to <em>file</em>, only the permissions of |
|
|
|
plain files are going to be changed. If set to <em>dir</em>, only |
|
|
|
the directories are considered.</td> |
|
|
|
<td align="center" valign="top">No, default is <em>file</em></td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
<h3>Examples</h3> |
|
|
|
<blockquote> |
|
|
@@ -1548,10 +1556,10 @@ system command.</p> |
|
|
|
<p>Executes a system command. When the <i>os</i> attribute is specified, then |
|
|
|
the command is only executed when Ant is run on one of the specified operating |
|
|
|
systems.</p> |
|
|
|
<p>The files of a number of <a href="#fileset">FileSet</a>s are passed |
|
|
|
as arguments to the system command. At least one nested |
|
|
|
<code><fileset></code> or <code><filesetref></code> is |
|
|
|
required.</p> |
|
|
|
<p>The files and/or directories of a number of <a |
|
|
|
href="#fileset">FileSet</a>s are passed as arguments to the system |
|
|
|
command. At least one nested <code><fileset></code> or |
|
|
|
<code><filesetref></code> is required.</p> |
|
|
|
<h3>Parameters</h3> |
|
|
|
<table border="1" cellpadding="2" cellspacing="0"> |
|
|
|
<tr> |
|
|
@@ -1601,6 +1609,14 @@ required.</p> |
|
|
|
once for every file.</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">type</td> |
|
|
|
<td valign="top">One of <em>file</em>, <em>dir</em> or |
|
|
|
<em>both</em>. If set to <em>file</em>, only the names of plain |
|
|
|
files will be sent to the command. If set to <em>dir</em>, only |
|
|
|
the names of directories are considered.</td> |
|
|
|
<td align="center" valign="top">No, default is <em>file</em></td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
<h3>Parameters specified as nested elements</h3> |
|
|
|
<h4>fileset and filesetref</h4> |
|
|
|