Return-Path: Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Delivered-To: mailing list dev@ant.apache.org Received: (qmail 69444 invoked by uid 500); 21 May 2003 08:55:39 -0000 Received: (qmail 69398 invoked from network); 21 May 2003 08:55:38 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 21 May 2003 08:55:38 -0000 Received: (qmail 62739 invoked by uid 1146); 21 May 2003 08:55:36 -0000 Date: 21 May 2003 08:55:36 -0000 Message-ID: <20030521085536.62738.qmail@icarus.apache.org> From: bodewig@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/docs/manual/OptionalTasks attrib.html chgrp.html chown.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 - 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 @@ file the file or single directory of which the permissions must be changed. - exactly one of the two or nested <fileset> elements. + exactly one of the two or nested <fileset/list> elements. dir 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 @@

Attrib

+

Since Ant 1.6.

Description

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.

-

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 @@ + <fileset/list> elements. @@ -56,6 +59,20 @@ If set to dir, only the directories are considered. + + + + + + + + + + +
the file or directory of which the permissions must be changed. Yes or nested - <fileset> elements.
readonly No, default is file
maxparallelLimit the amount of parallelism by passing at + most this many sourcefiles at once. Set it to <= 0 for + unlimited. Defaults to unlimited.No
verboseWhether to print a summary after execution or not. + Defaults to false.No

Examples

@@ -84,7 +101,7 @@ to a FileSet with id other.shared.sources get the same attributes.


-

Copyright © 2002 Apache Software +

Copyright © 2002-2003 Apache Software Foundation. All rights Reserved.

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 @@

Chgrp

+

Since Ant 1.6.

Description

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.

-

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 @@ + <fileset/list> elements. @@ -51,6 +54,21 @@ the directories are considered. + + + + + + + + + + + +
the file or directory of which the group must be changed. Yes or nested - <fileset> elements.
group No, default is file
maxparallelLimit the amount of parallelism by passing at + most this many sourcefiles at once. Set it to <= 0 for + unlimited. Defaults to unlimited.No
verboseWhether to print a summary after execution or not. + Defaults to false.No

Examples

@@ -60,7 +78,7 @@ UNIX system.

  -    <chgrp owner="coderjoe">
  +    <chgrp group="coders">
         <fileset dir="${dist}/bin" includes="**/*.sh"/>
       </chgrp>
   
@@ -84,7 +102,7 @@ group.


-

Copyright © 2002 Apache Software +

Copyright © 2002-2003 Apache Software Foundation. All rights Reserved.

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 @@

Chown

+

Since Ant 1.6.

Description

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.

-

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 @@ + <fileset/list> elements. @@ -51,6 +54,21 @@ the directories are considered. + + + + + + + + + + + +
the file or directory of which the owner must be changed. Yes or nested - <fileset> elements.
owner No, default is file
maxparallelLimit the amount of parallelism by passing at + most this many sourcefiles at once. Set it to <= 0 for + unlimited. Defaults to unlimited.No
verboseWhether to print a summary after execution or not. + Defaults to false.No

Examples

@@ -83,7 +101,7 @@ with id other.shared.sources get the same owner.


-

Copyright © 2002 Apache Software +

Copyright © 2002-2003 Apache Software Foundation. All rights Reserved.