Hi,
-Original Message-
From: boomdizzle [mailto:[EMAIL PROTECTED]
Sent: Monday, September 24, 2007 7:22 AM
To: user@ant.apache.org
Subject: Putting markup in the message of an echo task
/*
Hi,
I want to echo html to a file from an ant script. Obviously, this is not
working
I get t
Hmm... I just tried this with no problem. Do you want the "<" and ">"
in the file you're creating? Then, I found this works:
Notice no spaces...
On 9/24/07, boomdizzle <[EMAIL PROTECTED]> wrote:
>
> Forgot to mention, that I tried with '& lt ;' and '& gt ;' (spaces added on
> purpose), but when
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 file from an ant script. Obvio