Better yet, use the platform independent one, i.e. ${line.separator} (that I
personally usually alias to something shorter, like ${nl}. --DD

-----Original Message-----
From: Geoff Meakin [mailto:[EMAIL PROTECTED]] 
Sent: Friday, August 16, 2002 9:52 AM
To: Ant Users List
Subject: RE: Fail task

Ah okay. Fair enough then :)
Use 
 or the similar one for unix (you'll have to look up the ascii
code)

e.g.

<fail message="this line&#13;that line"/>

Cheers
-Geoff

PS: Similarly with tabs I believe


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



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

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

Reply via email to