From ef76c59e83c50176fc06edb5b031ec523e09902d Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Thu, 25 Jan 2018 13:47:45 +0100 Subject: [PATCH] Check spelling, more highlighting --- manual/Tasks/checksum.html | 2 +- manual/Tasks/chgrp.html | 2 +- manual/Tasks/chown.html | 2 +- manual/Tasks/copy.html | 2 +- manual/Tasks/ftp.html | 2 +- manual/Tasks/jar.html | 4 ++-- manual/Tasks/javac.html | 6 +++--- manual/Tasks/jdepend.html | 2 +- manual/Tasks/manifestclasspath.html | 2 +- manual/Tasks/parallel.html | 2 +- manual/Tasks/style.html | 2 +- manual/Tasks/unzip.html | 2 +- manual/Tasks/vss.html | 1 + 13 files changed, 16 insertions(+), 15 deletions(-) diff --git a/manual/Tasks/checksum.html b/manual/Tasks/checksum.html index 8df2ff698..ebd386a06 100644 --- a/manual/Tasks/checksum.html +++ b/manual/Tasks/checksum.html @@ -119,7 +119,7 @@ or set the fileext attribute. The names of common hashing algorithms ca where {0} is replaced with the checksum and {1} with the file name. Since Ant 1.7.0
- starting with Ant 1.8.2 {2} is replaced by + Since Ant 1.8.2 {2} is replaced by the path of the file relative to the checksum file being written, {3} with tha path of the file relative to the project's basedir and {4} with the absolute diff --git a/manual/Tasks/chgrp.html b/manual/Tasks/chgrp.html index 036409b2e..a56c1ad03 100644 --- a/manual/Tasks/chgrp.html +++ b/manual/Tasks/chgrp.html @@ -39,7 +39,7 @@ href="../Types/filelist.html">FileLists can be specified using nested <fileset>, <dirset> and <filelist> elements.

-

Starting with Ant 1.7, this task supports arbitrary Since Ant 1.7, this task supports arbitrary Resource Collections as nested elements.

diff --git a/manual/Tasks/chown.html b/manual/Tasks/chown.html index 4cda53512..587878aeb 100644 --- a/manual/Tasks/chown.html +++ b/manual/Tasks/chown.html @@ -39,7 +39,7 @@ href="../Types/filelist.html">FileLists can be specified using nested <fileset>, <dirset> and <filelist> elements.

-

Starting with Ant 1.7, this task supports arbitrary Since Ant 1.7, this task supports arbitrary Resource Collections as nested elements.

diff --git a/manual/Tasks/copy.html b/manual/Tasks/copy.html index bb15e3399..335058814 100644 --- a/manual/Tasks/copy.html +++ b/manual/Tasks/copy.html @@ -360,7 +360,7 @@ the file in the destination directory before you copy it. There is not much that Ant can do. It cannot figure out which files are binary - a UTF-8 version of Korean will have lots of bytes with the top bit set. It is not informed about illegal - character sequences by current Sun Java implementions. + character sequences by current Sun Java implementations.

One trick for filtering containing only US-ASCII is to diff --git a/manual/Tasks/ftp.html b/manual/Tasks/ftp.html index 905b418e8..1961e8caa 100644 --- a/manual/Tasks/ftp.html +++ b/manual/Tasks/ftp.html @@ -52,7 +52,7 @@ a firewall via socks.

Warning: there have been problems reported concerning the ftp get with the newer attribute. Problems might be due to format of ls -l differing from what is expected by commons-net, -for instance due to specificities of language used by the ftp server in the directory listing. +for instance due to specifics of language used by the ftp server in the directory listing. If you encounter such a problem, please send an email including a sample directory listing coming from your ftp server (ls -lcode> on the ftp prompt).

diff --git a/manual/Tasks/jar.html b/manual/Tasks/jar.html index 09280f750..ecc2669b6 100644 --- a/manual/Tasks/jar.html +++ b/manual/Tasks/jar.html @@ -571,7 +571,7 @@ Sealed: false

- The following shows how to create a jar file specifing a service + The following shows how to create a jar file specifying a service with two implementations of the JDK 6 scripting interface:

@@ -591,7 +591,7 @@ Sealed: false
JEP 238. It defines on top of a JAR the possibility to place additional or overwriting classes in a jar, which are available according to the Java version you run.
- Basically it sais, that you have to set the manifest entry Multi-Release: true + Basically it says, that you have to set the manifest entry Multi-Release: true and place all additional or overwriting classes in META-INF/versions/number/package-structure, e.g. META-INF/versions/9/org/apache/ant/MyClass.class diff --git a/manual/Tasks/javac.html b/manual/Tasks/javac.html index 88cefeab7..1a7ba5181 100644 --- a/manual/Tasks/javac.html +++ b/manual/Tasks/javac.html @@ -265,8 +265,8 @@ invoking the compiler.

Indicates whether source should be compiled with optimization; defaults to off. Note - that this flag is just ignored by Sun's javac starting - with JDK 1.3 (since compile-time optimization is unnecessary). + that this flag is just ignored by Sun's javac since + JDK 1.3 (because compile-time optimization is unnecessary). No @@ -282,7 +282,7 @@ invoking the compiler.

(e.g., 1.1 or 1.2). Note that the default value depends on the JVM that is running Ant. In particular, if you use JDK 1.4+ the generated classes will not be - usable for a 1.1 Java VM unless you explicitly set this attribute + usable for a Java 1.1 VM unless you explicitly set this attribute to the value 1.1 (which is the default value for JDK 1.1 to 1.3). We highly recommend to always specify this attribute.
diff --git a/manual/Tasks/jdepend.html b/manual/Tasks/jdepend.html index 0aabd7b0f..27f60b05d 100644 --- a/manual/Tasks/jdepend.html +++ b/manual/Tasks/jdepend.html @@ -35,7 +35,7 @@ effectively manage and control package dependencies."

Source file directories are defined by nested <sourcespath>; Class file directories are defined -by nested <classesespath>, see <classespath>, see nested elements.

Optionally, you can also set the outputfile name where the output is stored. By default the task writes its report to the standard output.

diff --git a/manual/Tasks/manifestclasspath.html b/manual/Tasks/manifestclasspath.html index d43fcb7d2..c19fb5d55 100644 --- a/manual/Tasks/manifestclasspath.html +++ b/manual/Tasks/manifestclasspath.html @@ -37,7 +37,7 @@ path normally specified on the command line is replaced by a single (possibly empty) jar file which an in-manifest Class-Path attribute whose value lists all the jar and zip files the class path should contain. The files referenced from this attribute must be found relatively to the jar file itself, usually -in the same directory. The Java VM automically uses all file entries listed +in the same directory. The Java VM automatically uses all file entries listed in the Class-Path attributes of a jar to locate/load classes. Note though that it silently ignores entries for which it cannot find any corresponding file.

diff --git a/manual/Tasks/parallel.html b/manual/Tasks/parallel.html index ce032c14b..5f272c036 100644 --- a/manual/Tasks/parallel.html +++ b/manual/Tasks/parallel.html @@ -49,7 +49,7 @@

Accordingly, while this task has uses, it should be considered an advanced task which should be used in certain batch-processing or testing situations, - rather than an easy trick to speed up build times on a multiway CPU. + rather than an easy trick to speed up build times on a multicore CPU.

Parameters

diff --git a/manual/Tasks/style.html b/manual/Tasks/style.html index 9c4afc1c4..2dbe9d579 100644 --- a/manual/Tasks/style.html +++ b/manual/Tasks/style.html @@ -60,7 +60,7 @@ the files matched by those patterns because the parent directory has been matched. If this behavior is not what you want, set the scanincludedirectories attribute to false.

-

Starting with Ant 1.7 this task supports nested Since Ant 1.7, this task supports nested resource collections in addition to (or instead of, depending on the useImplicitFileset attribute) the implicit fileset formed by this task.

diff --git a/manual/Tasks/unzip.html b/manual/Tasks/unzip.html index 6b6c5791d..41b19e528 100644 --- a/manual/Tasks/unzip.html +++ b/manual/Tasks/unzip.html @@ -132,7 +132,7 @@ archive.

scanForUnicodeExtraFields Note: This attribute is not available for the untar task.
- If the archive contains uncode extra fields then use them to set + If the archive contains Unicode extra fields then use them to set the file names, ignoring the specified encoding.
See also the discussion in the zip task page diff --git a/manual/Tasks/vss.html b/manual/Tasks/vss.html index 2552ade15..e57beb2a8 100644 --- a/manual/Tasks/vss.html +++ b/manual/Tasks/vss.html @@ -56,6 +56,7 @@ property.

The Tasks

+
TaskDescription
vssget Retrieves a copy of the specified VSS file(s).