Re: Putting markup in the message of an echo task

2007-09-23 Thread boomdizzle
Forgot to mention, that I tried with < and >, but when the file is included directly in html, it displays the inline and does not process it as a html tag. So that doesn't do it for me either. Thanks, Boom boomdizzle wrote: > > Hi, > > I want to echo html to a

Putting markup in the message of an echo task

2007-09-23 Thread boomdizzle
Hi, I want to echo html to a file from an ant script. Obviously, this is not working I get the error: The value of attribute "message" associated with an element type "echo" must not contain the '<' character. Escaping the '<' with '\' does not seem to work. I know this should be possible - I