>> 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]