This is probably the first time that <header> was mentioned on the mailing list since it was added to <concat>!
Peter On Wed, Mar 18, 2009 at 5:58 AM, <[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? > > > <concat file="..."> > <header>Content of dir=${dir} files=${files}</header> > <filelist dir="${dir}" files="${files}"/> > </concat> > > > Jan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
