diff --git a/docs/manual/CoreTasks/chmod.html b/docs/manual/CoreTasks/chmod.html index 0bfd0bde7..1a7aad9bb 100644 --- a/docs/manual/CoreTasks/chmod.html +++ b/docs/manual/CoreTasks/chmod.html @@ -34,7 +34,7 @@ href="../CoreTypes/filelist.html">filelists.
<fileset>
elements.<fileset/list>
elements.Since Ant 1.6.
Changes the attributes of a file or all files inside specified @@ -15,8 +16,10 @@ directories. Right now it has effect only under Windows. Each of the 4 possible permissions has its own attribute, matching the arguments for the attrib command.
-FileSets can be specified
-using nested <fileset>
elements.
FileSets or FileLists can be specified using
+nested <fileset>
and <filelist>
+elements.
the file or directory of which the permissions must be changed. | Yes or nested
- <fileset> elements. |
+ |
readonly | @@ -56,6 +59,20 @@ using nestedNo, default is file | |
maxparallel | +Limit the amount of parallelism by passing at + most this many sourcefiles at once. Set it to <= 0 for + unlimited. Defaults to unlimited. | +No | + +
verbose | +Whether to print a summary after execution or not.
+ Defaults to false . |
+ No | +
@@ -84,7 +101,7 @@ using nested<fileset>
elements. to a FileSet withid
other.shared.sources
get the same attributes.
-Copyright © 2002 Apache Software +
Copyright © 2002-2003 Apache Software Foundation. All rights Reserved.
diff --git a/docs/manual/OptionalTasks/chgrp.html b/docs/manual/OptionalTasks/chgrp.html index 23845e903..b02bfa823 100644 --- a/docs/manual/OptionalTasks/chgrp.html +++ b/docs/manual/OptionalTasks/chgrp.html @@ -8,6 +8,7 @@Chgrp
+Since Ant 1.6.
Description
Changes the group of a file or all files inside specified @@ -15,8 +16,10 @@ directories. Right now it has effect only under Unix. The group atribute is equivalent to the coresponding argument for the chgrp command.
-FileSets can be specified -using nested
+<fileset>
elements.FileSets or FileLists can be specified using +nested
<fileset>
and<filelist>
+elements.Parameters
@@ -30,7 +33,7 @@ using nested
<fileset>
elements.the file or directory of which the group must be changed. Yes or nested - +<fileset>
elements.<fileset/list>
elements.+ group @@ -51,6 +54,21 @@ using nested<fileset>
elements. the directories are considered.No, default is file + +maxparallel +Limit the amount of parallelism by passing at + most this many sourcefiles at once. Set it to <= 0 for + unlimited. Defaults to unlimited. +No + ++ +verbose +Whether to print a summary after execution or not. + Defaults to +false
.No +Examples
@@ -60,7 +78,7 @@ using nested<fileset>
elements. UNIX system.- <chgrp owner="coderjoe"> + <chgrp group="coders"> <fileset dir="${dist}/bin" includes="**/*.sh"/> </chgrp>@@ -84,7 +102,7 @@ withid
other.shared.sources
get the same group.
-Copyright © 2002 Apache Software +
Copyright © 2002-2003 Apache Software Foundation. All rights Reserved.
diff --git a/docs/manual/OptionalTasks/chown.html b/docs/manual/OptionalTasks/chown.html index a7f757c46..c747b66c4 100644 --- a/docs/manual/OptionalTasks/chown.html +++ b/docs/manual/OptionalTasks/chown.html @@ -8,6 +8,7 @@Chown
+Since Ant 1.6.
Description
Changes the owner of a file or all files inside specified @@ -15,8 +16,10 @@ directories. Right now it has effect only under Unix. The owner atribute is equivalent to the coresponding argument for the chown command.
-FileSets can be specified -using nested
+<fileset>
elements.FileSets or FileLists can be specified using +nested
<fileset>
and<filelist>
+elements.Parameters
@@ -30,7 +33,7 @@ using nested
<fileset>
elements.the file or directory of which the owner must be changed. Yes or nested - +<fileset>
elements.<fileset/list>
elements.+ owner @@ -51,6 +54,21 @@ using nested<fileset>
elements. the directories are considered.No, default is file + +maxparallel +Limit the amount of parallelism by passing at + most this many sourcefiles at once. Set it to <= 0 for + unlimited. Defaults to unlimited. +No + ++ +verbose +Whether to print a summary after execution or not. + Defaults to +false
.No +Examples
@@ -83,7 +101,7 @@ system. In addition all files belonging to a FileSet withid
other.shared.sources
get the same owner.
-Copyright © 2002 Apache Software +
Copyright © 2002-2003 Apache Software Foundation. All rights Reserved.