Re: Split lines in input stream

2008-08-04 Thread srimh2o
>> >> >> Hello r n World >> >> >> >> >> >> The r and the n are literals...and you'd see >> the >> >> same output as you are >

Re: Split lines in input stream

2008-08-04 Thread Matt Benson
; > >> >> > >> >> > >> >> On Mon, 4 Aug 2008, srimh2o wrote: > >> >> > >> >>> > >> >>> Hi, > >> >>> > >> >>> I hav

Re: Split lines in input stream

2008-08-04 Thread srimh2o
gt;> return "\r\n" and I'd like >> >>> to >> >>> use ant to split that input into two separate >> lines. This is what I do. >> >>> >> >>> > destfile="testing.jad">Hello \r\n World >> >>>

Re: Split lines in input stream

2008-08-04 Thread Matt Benson
se ant to split that input into two separate > lines. This is what I do. > >>> > >>> destfile="testing.jad">Hello \r\n World > >>> > >>>

Re: Split lines in input stream

2008-08-04 Thread srimh2o
>>> >>> >>> >>> >>> I'd like the output to look like this: >>> Hello >>> World >>> >>> Instead i get this: >>> Hello \r\n World >>> &

Re: Split lines in input stream

2008-08-04 Thread srimh2o
gt; >> >> >> >> >> I'd like the output to look like this: >> Hello >> World >> >> Instead i get this: >> Hello \r\n World >> >>

Re: Split lines in input stream

2008-08-04 Thread Scot P. Floess
e 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 l

Split lines in input stream

2008-08-04 Thread srimh2o
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 a