From b5deed84e38e796eaba83cea2e3d499679875092 Mon Sep 17 00:00:00 2001
From: Gintas Grigelionis
Date: Thu, 25 Jan 2018 11:25:28 +0100
Subject: [PATCH] More highlighting of new features; also, loose is mostly used
as an adjective
---
manual/Tasks/concat.html | 2 +-
manual/Tasks/copy.html | 4 ++--
manual/Tasks/cvstagdiff.html | 4 ++--
manual/Tasks/ear.html | 4 ++--
manual/Tasks/get.html | 5 ++---
manual/Tasks/jar.html | 2 +-
manual/Tasks/javadoc.html | 2 +-
manual/Tasks/junitreport.html | 8 ++++----
manual/Tasks/manifest.html | 2 +-
manual/Tasks/property.html | 10 +++++-----
manual/Tasks/propertyfile.html | 2 +-
manual/Tasks/replaceregexp.html | 2 +-
manual/Tasks/signjar.html | 4 ++--
manual/Tasks/sql.html | 4 ++--
manual/Tasks/sshexec.html | 2 +-
manual/Tasks/war.html | 2 +-
manual/Tasks/zip.html | 2 +-
17 files changed, 30 insertions(+), 31 deletions(-)
diff --git a/manual/Tasks/concat.html b/manual/Tasks/concat.html
index 3d302d42d..9a58ae1ac 100644
--- a/manual/Tasks/concat.html
+++ b/manual/Tasks/concat.html
@@ -36,7 +36,7 @@
list is empty and ignoreempty is true.
- Since Apache Ant 1.7.1, this task can be used as a
+
Since Apache Ant 1.7.1, this task can be used as a
Resource Collection
that will return exactly one
resource.
diff --git a/manual/Tasks/copy.html b/manual/Tasks/copy.html
index d41c61f26..bb15e3399 100644
--- a/manual/Tasks/copy.html
+++ b/manual/Tasks/copy.html
@@ -80,7 +80,7 @@ operation as filtersets.
specified in the <fileset>
, or if the
file
attribute is also specified, then only
todir
is allowed.
- Prior to Apache Ant 1.8.2 the tofile
attribute
+ Prior to Apache Ant 1.8.2, the tofile
attribute
only supported filesystem resources top copy from.
@@ -186,7 +186,7 @@ operation as filtersets.
Resource
Collections are used to select groups of files to copy. To use a
resource collection, the todir
attribute must be set.
-Prior to Ant 1.7 only <fileset>
has been
+
Prior to Ant 1.7, only <fileset>
has been
supported as a nested element.
mapper
diff --git a/manual/Tasks/cvstagdiff.html b/manual/Tasks/cvstagdiff.html
index 36242f8dc..bc495e563 100644
--- a/manual/Tasks/cvstagdiff.html
+++ b/manual/Tasks/cvstagdiff.html
@@ -101,9 +101,9 @@ operation may fail when using such an incompatible client.
package |
the package/module to analyze.
- Since Ant 1.6
+ Since Ant 1.6
multiple packages separated by spaces are possible.
- aliases corresponding to different modules are also possible
+ aliases corresponding to different modules are also possible.
Use a nested <module> element if you want to specify a module with
spaces in its name. |
No |
diff --git a/manual/Tasks/ear.html b/manual/Tasks/ear.html
index b616011ec..cc95603b0 100644
--- a/manual/Tasks/ear.html
+++ b/manual/Tasks/ear.html
@@ -74,7 +74,7 @@ to a value other than its default, "add"
.
For entries coming from existing archives (like
nested zipfilesets or while updating the archive), keep
the compression as it has been originally instead of using the
- compress attribute. Defaults false. Since Apache Ant
+ compress attribute. Defaults to false. Since Apache Ant
1.6 |
No |
@@ -209,7 +209,7 @@ to a value other than its default, "add"
.
that the permissions haven't been stored at all rather than real
permissions and will instead apply its own default values.
Set this attribute to true if you really want to preserve the
- original permission field. since Ant 1.8.0
+ original permission field. Since Ant 1.8.0
No, default is false |
diff --git a/manual/Tasks/get.html b/manual/Tasks/get.html
index cc750327b..1c332e2cc 100644
--- a/manual/Tasks/get.html
+++ b/manual/Tasks/get.html
@@ -131,9 +131,8 @@ plain text' authentication is used. This is only secure over an HTTPS link.
useragent |
- User-Agent HTTP header to send, starting with Ant
- 1.9.3 Ant will specify a User-Agent header of "Apache Ant VERSION"
- unless overridden by this attribute
+ | User-Agent HTTP header to send,
+ defaults to "Apache Ant VERSION"
since Ant 1.9.3 |
No |
diff --git a/manual/Tasks/jar.html b/manual/Tasks/jar.html
index 5ca7f7c77..09280f750 100644
--- a/manual/Tasks/jar.html
+++ b/manual/Tasks/jar.html
@@ -125,7 +125,7 @@ in the JEP 238 example. If you want to tune this k
For entries coming from existing archives (like
nested zipfilesets or while updating the archive), keep
the compression as it has been originally instead of using the
- compress attribute. Defaults false. Since Ant
+ compress attribute. Defaults to false. Since Ant
1.6 |
No |
diff --git a/manual/Tasks/javadoc.html b/manual/Tasks/javadoc.html
index a3f73f315..49b17c446 100644
--- a/manual/Tasks/javadoc.html
+++ b/manual/Tasks/javadoc.html
@@ -209,7 +209,7 @@ to <javadoc> using classpath, classpathref attributes or
Generate output using JDK 1.1 emulating
doclet.
Note: Since Ant 1.8.0 this attribute has no
- effect since javadoc of Java 1.4 and later
+ effect because javadoc of Java 1.4 and later
does not support the -1.1 switch anymore. |
1.2 |
No |
diff --git a/manual/Tasks/junitreport.html b/manual/Tasks/junitreport.html
index c1967e7a4..71eb1a32c 100644
--- a/manual/Tasks/junitreport.html
+++ b/manual/Tasks/junitreport.html
@@ -37,8 +37,8 @@ for more information.
The task needs Apache Xalan 2.4.1+ or Xalan XSLTC
(JDK 1.4 contains a version of Xalan 2.x, while JDK 1.5 ships with a
-version of XSLTC). Since version 1.4.2-01, JDK ships with a bundled
-Xalan 2.4.1+, meaning that JDK prior to version 1.4.2-01 won't work
+version of XSLTC). JDK 1.4.2-01 and later ships with a bundled
+Xalan 2.4.1+, meaning that JDKs prior to version 1.4.2-01 won't work
out of the box. The table below summarize the compatibility status.
@@ -50,9 +50,9 @@ out of the box. The table below summarize the compatibility status.
In Ant 1.6.2, we had to decide between supporting Xalan 1/Xalan 2.4.1-
-and Xalan 2.4.1+/XSLTC, since there was no way to support both couples at the same
+and Xalan 2.4.1+/XSLTC, because there was no way to support both couples at the same
time.
-Since Ant 1.7, we dropped support for Xalan 1, since Xalan 1 was not
+
Since Ant 1.7, we dropped support for Xalan 1, because Xalan 1 was not
available anymore for quite some time.
Parameters
diff --git a/manual/Tasks/manifest.html b/manual/Tasks/manifest.html
index c6340cf3d..208503b9a 100644
--- a/manual/Tasks/manifest.html
+++ b/manual/Tasks/manifest.html
@@ -86,7 +86,7 @@ line.
in different manifests (if updating). If false, only the
attribute of the most recent manifest will be preserved.
Since Ant 1.8.0.
-
unless you also set flattenAttributes to true this may
+
Unless you also set flattenAttributes to true this may
result in manifests containing multiple Class-Path attributes
which violates the manifest specification.
No, default is false |
diff --git a/manual/Tasks/property.html b/manual/Tasks/property.html
index 8ff6543e8..31733c6da 100644
--- a/manual/Tasks/property.html
+++ b/manual/Tasks/property.html
@@ -58,7 +58,7 @@ properties. These references are resolved at the time these properties are set.
This also holds for properties loaded from a property file.
A list of predefined properties can be found here.
-Since Apache Ant 1.8.0 it is possible to load properties defined in xml
+
Since Apache Ant 1.8.0, it is possible to load properties defined in xml
according to Suns DTD,
if Java 5+ is present. For this the name of the file, resource or url has
to end with .xml.
@@ -177,21 +177,21 @@ SYSTEM).
Any OS except OpenVMS
-Starting with Ant 1.8.2 if Ant detects it is running of a Java 5
- VM (or better) Ant will use System.getenv
rather than
+
Since Ant 1.8.2, if Ant detects it is running on a Java 5
+ or newer VM, Ant will use System.getenv
rather than
its own OS dependent native implementation. For some OSes this
causes minor differences when compared to older versions of Ant.
For a full list
see Bugzilla
Issue 49366. In particular:
- - On Windows Ant will now return additional "environment
+
- On Windows, Ant will now return additional "environment
variables" that correspond to the drive specific current working
directories when Ant is run from the command line. The keys of
these variables starts with an equals sign.
- Some users reported that some Cygwin specific variables (in
particular PROMPT) was no longer present.
- - On OS/2 Ant no longer returns the BEGINLIBPATH variable.
+ - On OS/2, Ant no longer returns the BEGINLIBPATH variable.
Parameters specified as nested elements
diff --git a/manual/Tasks/propertyfile.html b/manual/Tasks/propertyfile.html
index 871413145..a77f91f8f 100644
--- a/manual/Tasks/propertyfile.html
+++ b/manual/Tasks/propertyfile.html
@@ -61,7 +61,7 @@ file are preserved.
jdkproperties |
Use java.lang.Properties, which will
- loose comments and layout of file (default is 'false'). since
+ lose comments and layout of file (default is 'false'). since
Ant 1.8.0 |
no |
diff --git a/manual/Tasks/replaceregexp.html b/manual/Tasks/replaceregexp.html
index 9861b7364..68e6523fc 100644
--- a/manual/Tasks/replaceregexp.html
+++ b/manual/Tasks/replaceregexp.html
@@ -109,7 +109,7 @@ value, in the file ${src}/build.properties
Parameters specified as nested elements
This task supports a nested FileSet
element.
-Since Ant 1.8.0 this task supports any filesystem
+
Since Ant 1.8.0, this task supports any filesystem
based resource
collections as nested elements.
This task supports a nested Regexp element to specify
diff --git a/manual/Tasks/signjar.html b/manual/Tasks/signjar.html
index c17f94eba..a422b9fd7 100644
--- a/manual/Tasks/signjar.html
+++ b/manual/Tasks/signjar.html
@@ -287,8 +287,8 @@ SHA256withRSA.
With trusted timestamping, users can verify that signing occurred before a certificate's expiration or revocation. Without this timestamp, users can only verify the signature as of their current date.
-Timestamped JAR files were introduced in Java 5 and supported in Ant since
-Ant 1.7. Since Ant 1.9.5, Ant can use unauthenticated proxies for this signing process.
+Timestamped JAR files were introduced in Java 5 and supported since Ant 1.7.
+Since Ant 1.9.5, Ant can use unauthenticated proxies for this signing process.
Common public timestamp authorities include
diff --git a/manual/Tasks/sql.html b/manual/Tasks/sql.html
index 6094d530e..cf94ac87e 100644
--- a/manual/Tasks/sql.html
+++ b/manual/Tasks/sql.html
@@ -46,7 +46,7 @@ and abort execution and transaction and fail task.
Proxies. Some JDBC drivers (including the Oracle thin driver),
use the JVM's proxy settings to route their JDBC operations to the database.
- Since Apache Ant 1.7, Ant running on Java 5 or later defaults to
+ Since Apache Ant 1.7, Ant running on Java 5 or later defaults to
using
the proxy settings of the operating system.
Accordingly, the OS proxy settings need to be valid, or Ant's proxy
@@ -123,7 +123,7 @@ and abort execution and transaction and fail task.
output |
- Output file for result sets (defaults to System.out)
+ | Output file for result sets (defaults to System.out).
Since Ant 1.8 can specify any Resource that supports output (see
note).
|
diff --git a/manual/Tasks/sshexec.html b/manual/Tasks/sshexec.html
index 1072d3e92..6c37b17f8 100644
--- a/manual/Tasks/sshexec.html
+++ b/manual/Tasks/sshexec.html
@@ -65,7 +65,7 @@ and won't work with versions of jsch earlier than
commandResource |
The resource (file) that contains the commands to run on the remote host.
- Since Ant 1.7.1 |
+ Since Ant 1.7.1
Either this or command must be set |
diff --git a/manual/Tasks/war.html b/manual/Tasks/war.html
index 9f337a68f..a1dc305ce 100644
--- a/manual/Tasks/war.html
+++ b/manual/Tasks/war.html
@@ -107,7 +107,7 @@ to a value other than its default, "add"
.
For entries coming from existing archives (like
nested zipfilesets or while updating the archive), keep
the compression as it has been originally instead of using the
- compress attribute. Defaults false. Since Ant
+ compress attribute. Defaults to false. Since Ant
1.6 |
No |
diff --git a/manual/Tasks/zip.html b/manual/Tasks/zip.html
index c887d0890..137005cee 100644
--- a/manual/Tasks/zip.html
+++ b/manual/Tasks/zip.html
@@ -418,7 +418,7 @@ archive.
- never means no Zip64 extra fields will ever be
- written, this is the behavior of Ant 1.8.x and earlier and the
+ written. This is the behavior of Ant prior to 1.9.0 and the
default behavior of
jar
, ear
and war
since Ant 1.9.1.
- always means Zip64 extra fields are written for all