From 3fe45be5914c27663a7f5154aad5a22956bf5761 Mon Sep 17 00:00:00 2001
From: Jon Scott Stevens
Date: Tue, 5 Dec 2000 19:48:24 +0000
Subject: [PATCH] added trailing slash to url added documentation about quiet
argument to the task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268310 13f79535-47bb-0310-9956-ffa450edef68
---
docs/index.html | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/docs/index.html b/docs/index.html
index f9b391df3..ebe2c9435 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -102,7 +102,7 @@ build Ant from the source code.
To build and use ant you must have a JAXP compliant XML parser installed and available on your classpath.
If you do not have a JAXP compliant XML parse installed, you may use the reference implementation
- available from Sun. It is available from http://java.sun.com/xml.
+ available from Sun. It is available from http://java.sun.com/xml/.
Once installed make sure the "jaxp.jar" and "parser.jar" files are in your classpath.
You will also need the JDK installed on your system, version 1.1 or later.
@@ -1871,6 +1871,17 @@ When specifying a set of files, empty directories are not removed.
Default is "false" when omitted.
No |
+
+ quiet |
+ 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". |
+ No |
+
includes |
Deprecated. Comma separated list of patterns of files that must be
|