Re: echo with html

2006-01-31 Thread Steve Loughran
Stefan Bodewig wrote: On Mon, 30 Jan 2006, Elizabeth Sommers <[EMAIL PROTECTED]> wrote: Does anybody have a task that will let you echo to a file while including html in the message. There will be an task in 1.7, until then Except of course classic HTML is not XML. Use CData. I normally

RE: echo with html

2006-01-31 Thread Dick, Brian E.
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

AW: echo with html

2006-01-30 Thread Jan.Materne
>> Does anybody have a task that will let you echo to a file while >> including html in the message. > >There will be an task in 1.7, until then > > ><[CDATA[generated by >Ant]]> > >will do. But I would think about a template file and with s. Most of the html file would be static and only a

Re: echo with html

2006-01-30 Thread Stefan Bodewig
On Mon, 30 Jan 2006, Elizabeth Sommers <[EMAIL PROTECTED]> wrote: > Does anybody have a task that will let you echo to a file while > including html in the message. There will be an task in 1.7, until then <[CDATA[generated by Ant]]> will do. Stefan

Re: echo with html

2006-01-30 Thread Tommy Nordgren
use a standard ant task to launch a script in a language such as perl or python. In perl in particular, you can embed html directly in a perl script (see the term here document in a standard perl text book) On Jan 30, 2006, at 5:44 PM, Sommers, Elizabeth wrote: Does anybody have a task that wi

RE: echo with html

2006-01-30 Thread Keith Hatton
Not sure if this is the problem, but you can use markers to escape the HTML within your build file. Hope this helps Keith -Original Message- From: Sommers, Elizabeth [mailto:[EMAIL PROTECTED] Sent: 30 January 2006 16:45 To: 'user@ant.apache.org' Subject: echo with html Do

echo with html

2006-01-30 Thread Sommers, Elizabeth
Does anybody have a task that will let you echo to a file while including html in the message. Echo doesn't do this out of the box. I would rather not have to write it for myself if somebody else has built a report generator to do this. Thanks Liz Sommers [EMAIL PROTECTED] ___