I'm completely in favor of the -f type functionality, but might it be kind
of confusing to have both verbose="true" and quiet="true" (which I'm
assuming is perfectly legal)? I don't have any brilliant alternative to
the name "quiet", though ("dontcare" is the only one that comes to mind,
which is clearly not in the least bit brilliant :)Diane --- [EMAIL PROTECTED] wrote: > jon 00/12/05 11:48:24 > > Modified: docs index.html > Log: > added trailing slash to url > added documentation about quiet argument to the <delete> task > > Revision Changes Path > 1.166 +12 -1 jakarta-ant/docs/index.html > > Index: index.html > =================================================================== > RCS file: /home/cvs/jakarta-ant/docs/index.html,v > retrieving revision 1.165 > retrieving revision 1.166 > diff -u -r1.165 -r1.166 > --- index.html 2000/12/05 05:31:55 1.165 > +++ index.html 2000/12/05 19:48:24 1.166 > @@ -102,7 +102,7 @@ > To build and use ant you must have a JAXP compliant XML parser > installed and available on your classpath. > <p> > If you do not have a JAXP compliant XML parse installed, you may > use the reference implementation > - available from Sun. It is available from <a > href="http://java.sun.com/xml">http://java.sun.com/xml</a>. > + available from Sun. It is available from <a > href="http://java.sun.com/xml/">http://java.sun.com/xml/</a>. > Once installed make sure the "jaxp.jar" and > "parser.jar" files are in your classpath. > <p> > You will also need the JDK installed on your system, version 1.1 or > later. > @@ -1869,6 +1869,17 @@ > <td valign="top">verbose</td> > <td valign="top">Show name of each deleted file > ("true"/"false"). > Default is "false" when omitted.</td> > + <td align="center" valign="top">No</td> > + </tr> > + <tr> > + <td valign="top">quiet</td> > + <td valign="top">If the file does not exist, do not display a > diagnostic > + message or modify the exit status to reflect an error. > + This means that if a file or directory cannot be deleted, > + then no error is reported. This setting emulates the > + -f option to the Unix "rm" command. > + ("true"/"false"). > + Default is "false" meaning things are > "noisy".</td> > <td align="center" valign="top">No</td> > </tr> > <tr> > > > ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/
