From 997a08b23eb2a414df3bb6f15353fa5c132c0416 Mon Sep 17 00:00:00 2001
From: Gintas Grigelionis Generates an XML-formatted report file of the change logs recorded in a
CVS repository. Important: This task needs " The The
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 @@
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.
<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.
<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.
@@ -364,7 +363,7 @@ that is "true","yes", or "on"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.0No
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.
todir | 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 @@