On Wed, 13 Mar 2002, Jay Truesdale <[EMAIL PROTECTED]> wrote:

> <echo file="Test.txt">
> This is line one.
> This is line two.
> </echo>
> 
> Then the file has UNIX style end of line characters, i.e. $0A.

I'm not sure, but I think this is fixed in CVS.

> Also is there any way to specify "special characters" in message
> strings like this?:
> 
> <echo file="Test.txt" message="This is line one\nThis is line two."
> />

&#xA; for line feed or take advantage of system properties which are
Ant properties at the same time and use ${line.separator}.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to