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 html in the

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 Does anybody h