From 0c54584d3d35c5dd3bac73ec56c80816c2ac8327 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig Concatenate a string to a file: Concatenate a series of files to the console: Concatenate a single file, appending if the destination file exists:
- No,
+ No
@@ -96,7 +96,7 @@
- <concat tofile="README">Hello, World!</concat>
+ <concat destfile="README">Hello, World!</concat>
- <concat tofile="NOTES" append="true">
+ <concat destfile="NOTES" append="true">
<filelist dir="notes" files="note.txt" />
</concat>
@@ -119,7 +119,7 @@
destination file exists:
- <concat tofile="${docbook.dir}/all-sections.xml"> + <concat destfile="${docbook.dir}/all-sections.xml"> <filelist dir="${docbook.dir}/sections" files="introduction.xml,overview.xml" /> <fileset dir="${docbook.dir}"