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.
> 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:
>
>
>
>
> This works. But, everything in the log is on
Hi,
I have a routine in 'tearDown' which uses concat to place the test logs in a
file:
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:
The log will have:
foobar
How can I make the lines be s
Hello list,
at first my values:
Apache Ant(TM) version 1.9.2 compiled on July 8 2013
java.runtime.version : 1.7.0_45-b18
java.vm.name : Java HotSpot(TM) Client VM
os.name : Windows XP
I've written a Java utility class, that executes some import jobs. If
executed via commandline only OR by ant ta