bodewig 2003/05/21 01:55:36
Modified: docs/manual/CoreTasks chmod.html
docs/manual/OptionalTasks attrib.html chgrp.html chown.html
Log:
Update docs of tasks that inherit new features of <apply> - PR: 20079
Revision Changes Path
1.12 +1 -1 ant/docs/manual/CoreTasks/chmod.html
Index: chmod.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/chmod.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- chmod.html 19 May 2003 12:18:08 -0000 1.11
+++ chmod.html 21 May 2003 08:55:35 -0000 1.12
@@ -34,7 +34,7 @@
<td valign="top">file</td>
<td valign="top">the file or single directory of which the permissions
must be changed.</td>
- <td valign="top" valign="middle" rowspan="2">exactly one of the two or
nested <code><fileset></code> elements.</td>
+ <td valign="top" valign="middle" rowspan="2">exactly one of the two or
nested <code><fileset/list></code> elements.</td>
</tr>
<tr>
<td valign="top">dir</td>
1.3 +21 -4 ant/docs/manual/OptionalTasks/attrib.html
Index: attrib.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/OptionalTasks/attrib.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- attrib.html 8 Nov 2002 08:32:13 -0000 1.2
+++ attrib.html 21 May 2003 08:55:35 -0000 1.3
@@ -8,6 +8,7 @@
<body>
<h2><a name="attrib">Attrib</a></h2>
+<p><em>Since Ant 1.6.</em></p>
<h3>Description</h3>
<p>Changes the attributes of a file or all files inside specified
@@ -15,8 +16,10 @@
4 possible permissions has its own attribute, matching the arguments
for the attrib command.</p>
-<p><a href="../CoreTypes/fileset.html">FileSet</a>s can be specified
-using nested <code><fileset></code> elements.</p>
+<p><a href="../CoreTypes/fileset.html">FileSet</a>s or <a
+href="../CoreTypes/filelist.html">FileList</a>s can be specified using
+nested <code><fileset></code> and <code><filelist></code>
+elements.</p>
<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
@@ -30,7 +33,7 @@
<td valign="top">the file or directory of which the permissions must be
changed.</td>
<td valign="top" valign="middle">Yes or nested
- <code><fileset></code> elements.</td>
+ <code><fileset/list></code> elements.</td>
</tr>
<tr>
<td valign="top">readonly</td>
@@ -56,6 +59,20 @@
If set to <i>dir</i>, only the directories are considered.</td>
<td align="center" valign="top">No, default is <i>file</i></td>
</tr>
+ <tr>
+ <td valign="top">maxparallel</td>
+ <td valign="top">Limit the amount of parallelism by passing at
+ most this many sourcefiles at once. Set it to <= 0 for
+ unlimited. Defaults to unlimited.</td>
+ <td align="center" valign="top">No</td>
+
+ </tr>
+ <tr>
+ <td valign="top">verbose</td>
+ <td valign="top">Whether to print a summary after execution or not.
+ Defaults to <code>false</code>.</td>
+ <td align="center" valign="top">No</td>
+ </tr>
</table>
<h3>Examples</h3>
<blockquote>
@@ -84,7 +101,7 @@
to a FileSet with <code>id</code> <code>other.shared.sources</code> get the
same attributes.</p>
<hr>
-<p align="center">Copyright © 2002 Apache Software
+<p align="center">Copyright © 2002-2003 Apache Software
Foundation. All rights Reserved.</p>
</body>
1.3 +23 -5 ant/docs/manual/OptionalTasks/chgrp.html
Index: chgrp.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/OptionalTasks/chgrp.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- chgrp.html 8 Nov 2002 08:32:13 -0000 1.2
+++ chgrp.html 21 May 2003 08:55:35 -0000 1.3
@@ -8,6 +8,7 @@
<body>
<h2><a name="Chgrp">Chgrp</a></h2>
+<p><em>Since Ant 1.6.</em></p>
<h3>Description</h3>
<p>Changes the group of a file or all files inside specified
@@ -15,8 +16,10 @@
atribute is equivalent to the coresponding argument for the chgrp
command.</p>
-<p><a href="../CoreTypes/fileset.html">FileSet</a>s can be specified
-using nested <code><fileset></code> elements.</p>
+<p><a href="../CoreTypes/fileset.html">FileSet</a>s or <a
+href="../CoreTypes/filelist.html">FileList</a>s can be specified using
+nested <code><fileset></code> and <code><filelist></code>
+elements.</p>
<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
@@ -30,7 +33,7 @@
<td valign="top">the file or directory of which the group must be
changed.</td>
<td valign="top" valign="middle">Yes or nested
- <code><fileset></code> elements.</td>
+ <code><fileset/list></code> elements.</td>
</tr>
<tr>
<td valign="top">group</td>
@@ -51,6 +54,21 @@
the directories are considered.</td>
<td align="center" valign="top">No, default is <i>file</i></td>
</tr>
+ <tr>
+ <td valign="top">maxparallel</td>
+ <td valign="top">Limit the amount of parallelism by passing at
+ most this many sourcefiles at once. Set it to <= 0 for
+ unlimited. Defaults to unlimited.</td>
+ <td align="center" valign="top">No</td>
+
+ </tr>
+ <tr>
+ <td valign="top">verbose</td>
+ <td valign="top">Whether to print a summary after execution or not.
+ Defaults to <code>false</code>.</td>
+ <td align="center" valign="top">No</td>
+ </tr>
+
</table>
<h3>Examples</h3>
<blockquote>
@@ -60,7 +78,7 @@
UNIX system.</p>
<blockquote>
<pre>
- <chgrp owner="coderjoe">
+ <chgrp group="coders">
<fileset dir="${dist}/bin"
includes="**/*.sh"/>
</chgrp>
</pre>
@@ -84,7 +102,7 @@
group.</p>
<hr>
-<p align="center">Copyright © 2002 Apache Software
+<p align="center">Copyright © 2002-2003 Apache Software
Foundation. All rights Reserved.</p>
</body>
1.3 +22 -4 ant/docs/manual/OptionalTasks/chown.html
Index: chown.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/OptionalTasks/chown.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- chown.html 8 Nov 2002 08:32:13 -0000 1.2
+++ chown.html 21 May 2003 08:55:35 -0000 1.3
@@ -8,6 +8,7 @@
<body>
<h2><a name="Chown">Chown</a></h2>
+<p><em>Since Ant 1.6.</em></p>
<h3>Description</h3>
<p>Changes the owner of a file or all files inside specified
@@ -15,8 +16,10 @@
atribute is equivalent to the coresponding argument for the chown
command.</p>
-<p><a href="../CoreTypes/fileset.html">FileSet</a>s can be specified
-using nested <code><fileset></code> elements.</p>
+<p><a href="../CoreTypes/fileset.html">FileSet</a>s or <a
+href="../CoreTypes/filelist.html">FileList</a>s can be specified using
+nested <code><fileset></code> and <code><filelist></code>
+elements.</p>
<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
@@ -30,7 +33,7 @@
<td valign="top">the file or directory of which the owner must be
changed.</td>
<td valign="top" valign="middle">Yes or nested
- <code><fileset></code> elements.</td>
+ <code><fileset/list></code> elements.</td>
</tr>
<tr>
<td valign="top">owner</td>
@@ -51,6 +54,21 @@
the directories are considered.</td>
<td align="center" valign="top">No, default is <i>file</i></td>
</tr>
+ <tr>
+ <td valign="top">maxparallel</td>
+ <td valign="top">Limit the amount of parallelism by passing at
+ most this many sourcefiles at once. Set it to <= 0 for
+ unlimited. Defaults to unlimited.</td>
+ <td align="center" valign="top">No</td>
+
+ </tr>
+ <tr>
+ <td valign="top">verbose</td>
+ <td valign="top">Whether to print a summary after execution or not.
+ Defaults to <code>false</code>.</td>
+ <td align="center" valign="top">No</td>
+ </tr>
+
</table>
<h3>Examples</h3>
<blockquote>
@@ -83,7 +101,7 @@
with <code>id</code> <code>other.shared.sources</code> get the same
owner.</p>
<hr>
-<p align="center">Copyright © 2002 Apache Software
+<p align="center">Copyright © 2002-2003 Apache Software
Foundation. All rights Reserved.</p>
</body>