From de8b975569951a48a73b430f3b5497deabb8e706 Mon Sep 17 00:00:00 2001
From: Gintas Grigelionis The version that this Ant is of at least.
The format is
major.minor.point
.No
- One of these.
+ Exactly one of these
exactly
diff --git a/manual/Tasks/attrib.html b/manual/Tasks/attrib.html
index 22840f06c..86200b83f 100644
--- a/manual/Tasks/attrib.html
+++ b/manual/Tasks/attrib.html
@@ -71,13 +71,13 @@ directory tree), so you'll have to experiment a little.
file
the file or directory of which the permissions must be
changed.
- Yes or nested
-
+ <fileset/list>
elements.Yes, or nested
+
<fileset/list>
elements
readonly
the readonly permission.
- at least one of the four.
+ At least one of the four
archive
diff --git a/manual/Tasks/checksum.html b/manual/Tasks/checksum.html
index ebd386a06..8abb45fcc 100644
--- a/manual/Tasks/checksum.html
+++ b/manual/Tasks/checksum.html
@@ -62,8 +62,8 @@ or set the fileext attribute. The names of common hashing algorithms ca
file
The file to generate checksum for.
- One of either file or
- at least one nested (filesystem-only) resource collection.
+ Yes, unless
+ at least one nested (filesystem-only) resource collection is specified.
todir
diff --git a/manual/Tasks/chmod.html b/manual/Tasks/chmod.html
index bb37cd6ea..5dd369a08 100644
--- a/manual/Tasks/chmod.html
+++ b/manual/Tasks/chmod.html
@@ -77,7 +77,7 @@ could use as initial value for these experiments.
file
the file or single directory of which the permissions
must be changed.
- exactly one of the two or nested
+ <fileset/list>
elements.Exactly one of the two, or nested
<fileset/list>
s
dir
diff --git a/manual/Tasks/clearcase.html b/manual/Tasks/clearcase.html
index 1302103a3..18e4e666b 100644
--- a/manual/Tasks/clearcase.html
+++ b/manual/Tasks/clearcase.html
@@ -86,14 +86,12 @@ Task to perform a "cleartool checkin" command to ClearCase.
comment
- Specify a comment. Only one of comment or commentfile may be used.
- No
+ Specify a comment
+ No; only one of the two may be used
commentfile
- Specify a file containing a comment. Only one of comment or commentfile
- may be used.
- No
+ Specify a file containing a comment
nowarn
@@ -185,14 +183,12 @@ Task to perform a "cleartool checkout" command to ClearCase.
comment
- Specify a comment. Only one of comment or commentfile may be used.
- No
+ Specify a comment
+ No; only one of the two may be used
commentfile
- Specify a file containing a comment. Only one of comment or
- commentfile may be used.
- No
+ Specify a file containing a comment
notco
@@ -348,47 +344,46 @@ Task to perform a "mklbtype" command to ClearCase.
typename
Name of the label type to create
Yes
-
+
vob
Name of the VOB
No
-
+
replace
Replace an existing label definition of the same type
No
-
+
global
Either global or ordinary can be specified, not both. Creates a label type that is global to the VOB or to VOBs that use this VOB
No
-
+
ordinary
Either global or ordinary can be specified, not both. Creates a label type that can be used only in the current VOB. Default
No
-
+
pbranch
Allows the label type to be used once per branch in a given element's version tree
No
-
+
shared
Sets the way mastership is checked by ClearCase. See ClearCase documentation for details
No
-
+
comment
- Specify a comment. Only one of comment or cfile may be used.
- No
-
+
Specify a comment
+ No; only one of the two may be used
+
commentfile
- Specify a file containing a comment. Only one of comment or cfile may be used.
- No
-
+ Specify a file containing a comment
+
failonerr
Throw an exception if the command fails. Default is true.
@@ -423,42 +418,41 @@ Task to perform a "mklabel" command to ClearCase.
typename
Name of the label type
Yes
-
+
viewpath
Path to the ClearCase view file or directory that the command will operate on
No
-
+
replace
Replace a label of the same type on the same branch
No
-
+
recurse
Process each subdirectory under viewpath
No
-
+
version
Identify a specific version to attach the label to
No
-
+
vob
Name of the VOB
No
-
+
comment
- Specify a comment. Only one of comment or cfile may be used.
- No
-
+
Specify a comment
+ No; only one of the two may be used
+
commentfile
- Specify a file containing a comment. Only one of comment or cfile may be used.
- No
-
+ Specify a file containing a comment
+
failonerr
Throw an exception if the command fails. Default is true.
@@ -533,35 +527,34 @@ Task to perform a "rmtype" command to ClearCase.
Yes
-
+
typename
The name of the type to remove
Yes
-
+
ignore
Used with trigger types only. Forces removal of trigger type even if a pre-operation trigger would prevent its removal
No
-
+
rmall
Removes all instances of a type and the type object itself
No
-
+
comment
- Specify a comment. Only one of comment or cfile may be used.
- No
-
+
Specify a comment
+ No; only one of the two may be used
+
commentfile
- Specify a file containing a comment. Only one of comment or cfile may be used.
- No
-
+ Specify a file containing a comment
+
@@ -594,44 +587,44 @@ Task to perform a "cleartool lock" command to ClearCase.
failonerr
- Throw an exception if the command fails. Default is true
+ Throw an exception if the command fails. Default is true.
Since Ant 1.6.1
No
replace
Specifies replacing an existing lock
No
-
+
nusers
Specifies user(s) who can still modify the object
No
-
+
obsolete
Specifies that the object should be marked obsolete
No
-
+
comment
Specifies how to populate comments fields
No
-
+
pname
Specifies the object pathname to be locked.
No
+
objselect
- This variable is obsolete. Should use objsel instead.
+ Obsolete. Use objsel instead.
No
-
+
objsel
Specifies the object(s) to be locked.
+ Since Ant 1.6.1
- Since Ant 1.6.1No
+
-
-
-
+ failonerr
- Throw an exception if the command fails. Default is true.
-
- Since Ant 1.6.1No
- failonerr
+ Throw an exception if the command fails. Default is true.
+
+ Since Ant 1.6.1No
+
Examples
@@ -646,7 +639,7 @@ Task to perform a "cleartool lock" command to ClearCase.
Description
Task to perform a "cleartool unlock" command to ClearCase.
Parameters
-
+
@@ -801,12 +792,12 @@ Task to perform a "cleartool mkattr" command to ClearCase.
-
Attribute
Values
@@ -656,31 +649,31 @@ Task to perform a "cleartool unlock" command to ClearCase.
comment
Specifies how to populate comments fields
No
-
+
pname
Specifies the object pathname to be unlocked.
No
+
objselect
- This variable is obsolete. Should use objsel instead.
+ Obsolete. Use objsel instead.
No
-
+
objsel
Specifies the object(s) to be unlocked.
+ Since Ant 1.6.1
- Since Ant 1.6.1No
+
-
-
-
+ failonerr
- Throw an exception if the command fails. Default is true.
-
- Since Ant 1.6.1No
- failonerr
+ Throw an exception if the command fails. Default is true.
+
+ Since Ant 1.6.1No
+
Examples
+Examples
<ccunlock
@@ -701,14 +694,12 @@ Task to perform a "cleartool mkbl" command to ClearCase.
comment
- Specify a comment. Only one of comment or cfile may be
-used.
- No
+ Specify a comment
+ No; only one of the two may be used
commentfile
- Specify a file containing a comment. Only one of comment or
-cfile may be used.
+ Specify a file containing a comment
No
@@ -720,11 +711,11 @@ cfile may be used.
nowarn
Suppress warning messages
No
-
+
identical
Allows the baseline to be created even if it is identical to the
-previous baseline.
+ previous baseline.
No
@@ -740,7 +731,7 @@ previous baseline.
failonerr
Throw an exception if the command fails. Default is true.
+ Since Ant 1.6.1
- Since Ant 1.6.1No
comment
- Specify a comment. Only one of comment or cfile may be used.
- No
+ Specify a comment
+ No; only one of the two may be used
commentfile
- Specify a file containing a comment. Only one of comment or cfile may be used.
+ Specify a file containing a comment
No
@@ -844,13 +835,12 @@ Task to perform a "cleartool mkdir" command to ClearCase.
comment
- Specify a comment. Only one of comment or cfile may be used.
- No
+ Specify a comment
+ No; only one of the two may be used
commentfile
- Specify a file containing a comment. Only one of comment or cfile may be used.
- No
+ Specify a file containing a comment
nocheckout
@@ -889,52 +879,52 @@ Task to perform a "cleartool mkelem" command to ClearCase.
viewpath
Path to the ClearCase view file or directory that the command will operate on
Yes
-
+
comment
- Specify a comment. Only one of comment or cfile may be used.
- No
-
+
Specify a comment
+ No; only one of the two may be used
+
commentfile
- Specify a file containing a comment. Only one of comment or cfile may be used.
+ Specify a file containing a comment
No
-
+
nowarn
Suppress warning messages
No
-
+
nocheckout
Do not checkout after element creation
No
-
+
checkin
Checkin element after creation
No
-
+
preservetime
Preserve the modification time (for checkin)
No
-
+
master
Assign mastership of the main branch to the current site
No
-
+
eltype
Element type to use during element creation
No
-
+
failonerr
Throw an exception if the command fails. Default is true
No
-
+
Examples
diff --git a/manual/Tasks/conditions.html b/manual/Tasks/conditions.html
index 5af685e61..312437ea6 100644
--- a/manual/Tasks/conditions.html
+++ b/manual/Tasks/conditions.html
@@ -125,8 +125,9 @@ the tests succeed.
"add"
.
Java
5. In order to avoid problems with Ant generated jars on
Java 1.4 or earlier Ant will not include META-INF unless
- explicitly asked to.org.apache.tools.ant.util.DOMElementWriter.XmlNamespacePolicy
.
Valid values are ignore
, elementsOnly
, or all
.
- Since Apache Ant 1.8
+ Since Apache Ant 1.8
ignore
<arg>
elements instead.vmlauncher
attribute. If
vmlauncher
is true
the task will use
@@ -351,7 +351,7 @@ system command via nested <env>
elements.
FileSets contain list of files to - display Extension information about.
+ display Extension information about.Display Extension info for a single file
diff --git a/manual/Tasks/jarlib-resolve.html b/manual/Tasks/jarlib-resolve.html index cfb5f5b3b..2bb2e78ed 100644 --- a/manual/Tasks/jarlib-resolve.html +++ b/manual/Tasks/jarlib-resolve.html @@ -106,14 +106,11 @@ Extension and ExtensionSet documentation for further detailsxml
, plain
, brief
or failure
)."add"
.
"add"
.
It should be set to false when generating
servlet 2.5+ WAR files without a web.xml file.
Since Apache Ant 1.7
-