From b25ce96904f9a4ab9d757913186d23ec1a0ac6c9 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Fri, 24 Oct 2003 08:59:58 +0000
Subject: [PATCH] Some typo fixes well formed != valid better debug support in
ApacheCatalogResolver
PRs: 24059, 24060, 24069, 24070, 24074
Submitted by: Jesse Glick
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275565 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/subant.html | 2 +-
docs/manual/CoreTasks/xmlproperty.html | 13 ++++++-------
docs/manual/CoreTypes/zipfileset.html | 2 +-
docs/manual/tasksoverview.html | 2 +-
src/main/org/apache/tools/ant/AntClassLoader.java | 2 +-
.../ant/types/resolver/ApacheCatalogResolver.java | 9 +++++++--
6 files changed, 17 insertions(+), 13 deletions(-)
diff --git a/docs/manual/CoreTasks/subant.html b/docs/manual/CoreTasks/subant.html
index 68aa8861a..36c00ba63 100644
--- a/docs/manual/CoreTasks/subant.html
+++ b/docs/manual/CoreTasks/subant.html
@@ -50,7 +50,7 @@
of ant for bulk project execution.
This task must no be used outside of a
- target
if it invoces the same build file it is
+ target
if it invokes the same build file it is
part of.
diff --git a/docs/manual/CoreTasks/xmlproperty.html b/docs/manual/CoreTasks/xmlproperty.html
index 3c337d34b..821f42edf 100644
--- a/docs/manual/CoreTasks/xmlproperty.html
+++ b/docs/manual/CoreTasks/xmlproperty.html
@@ -8,7 +8,7 @@
Description
-Loads property values from a valid xml file. This XML property file:
+Loads property values from a well-formed xml file. This XML property file:
<root>
<properties>
@@ -16,7 +16,7 @@ Loads property values from a valid xml file. This XML property file:
</properties>
</root>
-is roughly equivalent to this java property file:
+is roughly equivalent to this Java property file:
root.properties.foo = bar
@@ -25,7 +25,7 @@ is roughly equivalent to this java property file:
By default, this load
does no processing of the input. In particular, unlike the
Property task, property references
-(i.e., ${foo}) are not resolved.
+(i.e., ${foo}) are not resolved.
Semantic Attributes
@@ -98,7 +98,7 @@ is roughly equivalent to the following fragments in a build.xml file:
validate |
- Validate the input file. |
+ Validate the input file (e.g. by a DTD). Otherwise the XML must only be well-formed. |
No, default is false. |
@@ -250,11 +250,10 @@ is equivalent to the following entries in a build file:
</classpath>
-
+
-Copyright © 2002 Apache Software Foundation. All rights
+
Copyright © 2002-2003 Apache Software Foundation. All rights
Reserved.