Thanks.

I tried looking through the doc and google and couldn't find it.
I appreciate it.

Bob



-----Original Message-----
From: Peter Reilly [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 20, 2004 10:25 AM
To: Ant Developers List
Subject: Re: Question on charater return and ant

Use ${line.separator}
as in:
    <concat destfile="build_info.txt">${a}${line.separator}</concat>
Peter

Robert MacMunn wrote:

>Hello all,
>   I am trying to concatenate 2 strings to a file.  How to a add a
>character return to the string in this line :
>
>  <concat destfile="build_info.txt">${CSHARPNAME} ${CRD}</concat>
>
>Any help would be appreciated.
>
>Thanks in advance 
>
>Bob
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>  
>


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


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

Reply via email to