This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a37d4724 explicitly explain the use of nested text in concat.
6a37d4724 is described below

commit 6a37d4724894dfd73f1a001a5f54c95d85fa09c6
Author: Stefan Bodewig <bode...@apache.org>
AuthorDate: Mon Jun 9 22:29:33 2025 +0200

    explicitly explain the use of nested text in concat.
    
    https://bz.apache.org/bugzilla/show_bug.cgi?id=60421
---
 manual/Tasks/concat.html | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/manual/Tasks/concat.html b/manual/Tasks/concat.html
index 71aba6148..10a4291f1 100644
--- a/manual/Tasks/concat.html
+++ b/manual/Tasks/concat.html
@@ -149,6 +149,13 @@ <h3>Parameters</h3>
       </tr>
     </table>
 
+    <h3>Nested Text</h3>
+    <p>You can specify input content as nested text of the task
+      directly - in which case the text is treated as an
+      implicit <a href="../Types/resources.html#string">string</a> with
+      a hard-coded encoding of UTF-8.<p>
+    <p>You must not mix nested text and specifying nested resources.</p>
+
     <h3>Parameters specified as nested elements</h3>
     <h4>resource collection</h4>
     <p><em>Since Ant 1.7</em>.</p>

Reply via email to