Hi
Maybe you could set the "timeout" property of the task, so timeout
will appears in junit reports as cause for test failure.
Regards
Emmanuel
--
View this message in context:
http://ant.1045680.n5.nabble.com/junit-ant-task-tp3233265p3243947.html
Sent from the Ant - Users mailing list archiv
Dean
if its surefire then look in ${project.folder}/target/surefire-reports you
should see
${GroupId}.${ArtifactId}.txt and
${GroupId}.${ArtifactId}.xml
search for
Failures: 1
Errors: 1
Martin
__
Verzicht und Vertraulichkeitanmerkung/Note de
-Original Message-
From: Stefan Bodewig [mailto:bode...@apache.org]
Sent: Monday, August 23, 2010 9:20 AM
To: user@ant.apache.org
Subject: Re: junit ant task test listeners
On 2010-08-23, Chip McCormick wrote:
> Does anyone know how to add a test listener to an ant junit t
On 2010-08-23, Chip McCormick wrote:
> Does anyone know how to add a test listener to an ant junit task,
> without having to create a custom task?
> We are attempting to add a test listener to a junit ant task to do
> custom logging after each test class in a batch completes.
Ant's formatters ar