>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?
<concat file="..."> <header>Content of dir=${dir} files=${files}</header> <filelist dir="${dir}" files="${files}"/> </concat> Jan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org