Hi,
I have a string input that contains carriage return "\r\n" and I'd like to
use ant to split that input into two separate lines. This is what I do.
<concat append="true" destfile="testing.jad">Hello \r\n World
<filterchain>
<tokenfilter />
</filterchain>
</concat>
I'd like the output to look like this:
Hello
World
Instead i get this:
Hello \r\n World
Please help.
Thanks
--
View this message in context:
http://www.nabble.com/Split-lines-in-input-stream-tp18814904p18814904.html
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]