--- M Nair <[EMAIL PROTECTED]> wrote:
> I write to a file using the
> <echo message="line.txt
> line2.txt" file="myfile.txt" append="true" />
> construct. How do I make ant insert a Carriage Return after line.txt in
> the
> file myfile.txt as it writes to it?

Would you believe:
  <echo file="myfile.txt" append="true"
        message="line.txt&#x0A;line2.txt"/>

(Unless someone knows a more elegant way.)

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to