Burgess, Benjamin wrote:
I know it is a hack, not a good design, etc, etc, but
Couldn't the logger put some placeholder in for those attributes and
after the run is complete, go back and modify the log to place the
actual values overtop of the placeholders?
Ben
what, like write the file
ghran [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 02, 2006 2:41 PM
To: Ant Users List
Subject: Re: How to filter out all exceptions from the JUnit task's test
failures
Burgess, Benjamin wrote:
> Not sure if it will help at all, but here is an Ant XML Logger which
> writes to the log
Burgess, Benjamin wrote:
Not sure if it will help at all, but here is an Ant XML Logger which
writes to the log as it goes along, rather than waiting for the build to
finish before writing the whole log to the file.
It won't help with the JUnit logger that is writing the JUnit log files,
but a s
ld be taken with the test runner.
http://confluence.public.thoughtworks.org/display/CC/AntDirectXmlLogger
Ben
-Original Message-
From: Steve Loughran [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 02, 2006 2:17 PM
To: Ant Users List
Subject: Re: How to filter out all exceptions fro
James Adams wrote:
>Steve Loughran wrote:
>
>Take the XSL stylesheets that junit report uses and rework them to
meet your needs.
>
Thanks Steve -- I'm not sure if this will solve my problem completely,
although it may be a good temporary fix.
I want to reduce the number of exception lin
>Steve Loughran wrote:
>
>Take the XSL stylesheets that junit report uses and rework them to
meet your needs.
>
Thanks Steve -- I'm not sure if this will solve my problem completely,
although it may be a good temporary fix.
I want to reduce the number of exception lines in the results XML fi
James Adams wrote:
I am running some JUnit tests through Ant's junit task, and I am hoping
to be able to filter out most of the exceptions which are currently
displayed in the failure reports. I have set filtertrace="on", but this
appears to be the default and it makes no difference. Essentia
I am running some JUnit tests through Ant's junit task, and I am hoping
to be able to filter out most of the exceptions which are currently
displayed in the failure reports. I have set filtertrace="on", but this
appears to be the default and it makes no difference. Essentially I
just want the