diff --git a/manual/Tasks/antversion.html b/manual/Tasks/antversion.html index d1f36c4f9..c7fb97a27 100644 --- a/manual/Tasks/antversion.html +++ b/manual/Tasks/antversion.html @@ -42,14 +42,14 @@ Stores the Apache Ant version (when used as task) or checks for a specific Ant v atleast The version that this Ant is of at least. - The format is major.minor.point. + The format is major.minor.point. No One of these. exactly The version that this Ant is of exactly. - The format is major.minor.point. + The format is major.minor.point. No diff --git a/manual/Tasks/changelog.html b/manual/Tasks/changelog.html index 47ac77cdd..b09e1c0e7 100644 --- a/manual/Tasks/changelog.html +++ b/manual/Tasks/changelog.html @@ -29,11 +29,11 @@

Generates an XML-formatted report file of the change logs recorded in a CVS repository.

Important: This task needs "cvs" on the path. If it isn't, you will get -an error (such as error 2 on windows). If <cvs> doesn't work, try to execute cvs.exe +an error (such as error 2 on Windows). If <cvs> doesn't work, try to execute cvs.exe from the command line in the target directory in which you are working. Also note that this task assumes that the cvs executable is compatible -with the Unix version from cvshome.org, this is not completely true -for certain other cvs clients - like CVSNT for example - and some +with the Unix version, this is not completely true +for certain other CVS clients - like CVSNT for example - and some operation may fail when using such an incompatible client.

Parameters

@@ -45,7 +45,7 @@ operation may fail when using such an incompatible client. Attributes from parent Cvs task which are meaningful here
- Since Apache Ant 1.6.1 + Since Apache Ant 1.6.1 cvsRoot diff --git a/manual/Tasks/concat.html b/manual/Tasks/concat.html index 9a58ae1ac..e436d2acd 100644 --- a/manual/Tasks/concat.html +++ b/manual/Tasks/concat.html @@ -120,7 +120,7 @@ Resource Collections are used to outputencoding - The encoding to use when writing the output file + The encoding to use when writing the output file. Since Ant 1.6. Defaults to the value of the encoding attribute if given or the default JVM encoding otherwise. diff --git a/manual/Tasks/conditions.html b/manual/Tasks/conditions.html index 2f891a4a1..5af685e61 100644 --- a/manual/Tasks/conditions.html +++ b/manual/Tasks/conditions.html @@ -53,7 +53,7 @@ nested elements of the condition task are supported. This condition is true if all of its contained conditions are, conditions will be evaluated in the order they have been specified in the build file.

The <and> condition has the same shortcut -semantics as the Java && operator, as soon as one of the +semantics as the Java && operator, as soon as one of the nested conditions is false, no other condition will be evaluated.

or

@@ -64,7 +64,7 @@ is true if at least one of its contained conditions is, conditions will be evaluated in the order they have been specified in the build file.

The <or> condition has the same -shortcut semantics as the Java || operator, as soon as one of the +shortcut semantics as the Java || operator, as soon as one of the nested conditions is true, no other condition will be evaluated.

xor

@@ -224,9 +224,8 @@ of 400 or greater are viewed as invalid.

requestMethod The HTTP method to be used when issuing the request. - Any of GET, POST, HEAD, OPTIONS, PUT, DELETEm and TRACE - are valid, subject to protocol restrictions. The default if not - specified is "GET".
+ Any of GET, POST, HEAD, OPTIONS, PUT, DELETE and TRACE + are valid, subject to protocol restrictions. The default is "GET".
since Ant 1.8.0 No @@ -364,7 +363,7 @@ that is "true","yes", or "on"

Test whether a given reference has been defined in this project and - optionally - is of an expected type.

-

This condition has been added in Apache Ant 1.6.

+

Since Apache Ant 1.6.

diff --git a/manual/Tasks/copy.html b/manual/Tasks/copy.html index 335058814..06a88a385 100644 --- a/manual/Tasks/copy.html +++ b/manual/Tasks/copy.html @@ -81,7 +81,7 @@ operation as filtersets. file attribute is also specified, then only todir is allowed.
Prior to Apache Ant 1.8.2, the tofile attribute - only supported filesystem resources top copy from. + only supported file resources to copy from. diff --git a/manual/Tasks/cvs.html b/manual/Tasks/cvs.html index a068c71dd..6c2b375ea 100644 --- a/manual/Tasks/cvs.html +++ b/manual/Tasks/cvs.html @@ -29,11 +29,11 @@

Handles packages/modules retrieved from a CVS repository.

Important: This task needs "cvs" on the path. If it isn't, you will get -an error (such as error 2 on windows). If <cvs> doesn't work, try to execute cvs.exe +an error (such as error 2 on Windows). If <cvs> doesn't work, try to execute cvs.exe from the command line in the target directory in which you are working. Also note that this task assumes that the cvs executable is compatible -with the Unix version from cvshome.org, this is not completely true -for certain other cvs clients - like CVSNT for example - and some +with the Unix version, this is not completely true +for certain other CVS clients - like CVSNT for example - and some operation may fail when using such an incompatible client.

diff --git a/manual/Tasks/cvstagdiff.html b/manual/Tasks/cvstagdiff.html index bc495e563..a9f467291 100644 --- a/manual/Tasks/cvstagdiff.html +++ b/manual/Tasks/cvstagdiff.html @@ -26,11 +26,11 @@

Generates an XML-formatted report file of the changes between two tags or dates recorded in a CVS repository.

Important: This task needs "cvs" on the path. If it isn't, you will get -an error (such as error 2 on windows). If <cvs> doesn't work, try to execute cvs.exe +an error (such as error 2 on Windows). If <cvs> doesn't work, try to execute cvs.exe from the command line in the target directory in which you are working. Also note that this task assumes that the cvs executable is compatible -with the Unix version from cvshome.org, this is not completely true -for certain other cvs clients - like CVSNT for example - and some +with the Unix version, this is not completely true +for certain other CVS clients - like CVSNT for example - and some operation may fail when using such an incompatible client.

Parameters

todir