summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorMatthias Vill <github@cconstruct.de>2020-10-29 17:53:57 +0100
committerMatthias Vill <github@cconstruct.de>2020-12-06 22:39:02 +0100
commit3ec610046f33d540c3d533ad34529c7ee869a215 (patch)
treefede3ea7fa00a581cb2bed41886c24bb3eda2546 /manual
parent81aee9ec90a14f35c54acb54299e2e23a2749423 (diff)
downloadant-3ec610046f33d540c3d533ad34529c7ee869a215.tar.gz
#64855 Add filterbeforeconcat option to Concat
Diffstat (limited to 'manual')
-rw-r--r--manual/Tasks/concat.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/manual/Tasks/concat.html b/manual/Tasks/concat.html
index 513797ce7..71aba6148 100644
--- a/manual/Tasks/concat.html
+++ b/manual/Tasks/concat.html
@@ -125,6 +125,15 @@
<td>No; default is <q>false</q></td>
</tr>
<tr>
+ <td>filterbeforeconcat</td>
+ <td>If this attribute is set to <q>true</q>, the task applies the filterchain to each
+ input after applying <code>fixlastline</code>. If this attribute is <q>false</q>, concat
+ will apply the filterchain only once to the already concatenated inputs. Filtering of
+ <code>header</code> and <code>footer</code> is not affected by this setting.
+ <em>Since Ant 1.10.10</em></td>
+ <td>No; default is <q>false</q></td>
+ </tr>
+ <tr>
<td>ignoreempty</td>
<td><em>Since Ant 1.8.0</em> Specifies whether or not the file specified
by <var>destfile</var> should be created if the source resource list is empty.