diff --git a/docs/manual/CoreTasks/concat.html b/docs/manual/CoreTasks/concat.html index d51df0dd3..20a0fac1d 100644 --- a/docs/manual/CoreTasks/concat.html +++ b/docs/manual/CoreTasks/concat.html @@ -12,58 +12,58 @@
- Concatenates a file, or a series of files, to a single file or - the console. The destination file will be created if it does - not exist. + Concatenates a file, or a series of files, to a single file or + the console. The destination file will be created if it does + not exist.
Paths and/or - FileSets and/or FileLists are used to - select which files are to be concatenated. There is no - singular 'file' attribute to specify a single file to cat. + FileSets and/or FileLists are used to + select which files are to be concatenated. There is no + singular 'file' attribute to specify a single file to cat.
Attribute | -Description | -Required | -
Attribute | +Description | +Required | +
destfile | -- The destination file for the concatenated stream. + | |
destfile | ++ The destination file for the concatenated stream. If not specified the console will be used instead. - | -- No - | -
append | -- Specifies whether or not the file specified by 'destfile' - should be appended. Defaults to "no". - | -No | -
force | + ++ No + | +|
append | ++ Specifies whether or not the file specified by 'destfile' + should be appended. Defaults to "no". + | +No | +
force | - Specifies whether or not the file specified by 'destfile' - should be written to even if it is newer than all source files. + Specifies whether or not the file specified by 'destfile' + should be written to even if it is newer than all source files. since Ant 1.6. Defaults to "yes". - | -No | -No | +
encoding | @@ -89,7 +89,7 @@||
fixlastline |
- Specifies whether or not to check if
+ Specifies whether or not to check if
each file concatenated is terminated by
a new line. If this attribute is "yes"
a new line will be appended to the stream if
@@ -108,17 +108,17 @@
since Ant 1.6
Valid values for this property are:
|
No | @@ -131,7 +131,7 @@