The concat task can do that now. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 2006 1:49 AM To: user@ant.apache.org Subject: AW: echo with html
>> Does anybody have a task that will let you echo to a file while >> including html in the message. > >There will be an <echoxml> task in 1.7, until then > ><echo> ><[CDATA[<html><head><title>generated by >Ant</title></head></html>]]> </echo> > >will do. But I would think about a template file and <copy> with <filterchain>s. Most of the html file would be static and only a few elements are dynamic. So you could <expandproperties/> for replacing ${...} by property values. 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]