I've tried adding the "eol" keyword (specifically eol="dos") to concat.  No 
difference.  
-T

-----Original Message-----
From: Martin Gainty [mailto:mgai...@hotmail.com] 
Sent: Tuesday, December 03, 2013 8:46
To: Ant Users List
Subject: RE: AntUnit Logging Query



  


> From: tennis.sm...@navis.com
> To: user@ant.apache.org
> Date: Tue, 3 Dec 2013 18:39:25 +0200
> Subject: AntUnit Logging Query
> 
> Hi,
> 
> I have a routine in 'tearDown' which uses concat to place the test logs in a 
> file:
> 
<!-- concat destfile="${temp.file}" -->
<concat destfile="${temp.file}" fixlastline="yes">

 <au:logcontent/>
> 
> </concat>
> 
> This works. But, everything in the log is one long string. Entries are not 
> separated by cr+lf.
> 
> For example, if I have this in a test:
> 
> <echo message="foo"/>
> 
> <echo message="bar"/>
> 
> The log will have:
> 
> foobar
> 
> How can I make the lines be separated like normal "echo" output would be?
> 
> TIA,
> -T
 
http://ant.apache.org/manual/Tasks/concat.html


> 
> 
> 
> 
                                          

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to