Do you mind adding the comment first before doing the <concat>?
<echo message="This contains the following files: ${file.list}"
file="${out.file}"/>
<concat
destfile="${out.file}"
append="true"/>
Will this work for you?
On Tue, Mar 17, 2009 at 3:47 PM, Garrett Smith <[email protected]> wrote:
> I am using <concat> to create a destfile. I would like to provide a
> comment at the top of the destfile that contains a list of the files
> specified in the filelist's |files| attribute.
>
> I saw replaceregexp, but I don't want to replace a token, unless there
> is a token for "beginning of file."
>
> How can I add this comment?
>
> Garrett
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
--
--
David Weintraub
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]