Hi,
I've just created a patch for the Ant source code repository which will
introduce the possibility to link to external log files from generated JUnit
test reports.
Our tests do not output to stderr or stdout but use Log4J to output all of the
debug information needed to find out which even
Hi,
I'm am currently working on a patch for Ant 1.7 which would enable linking to
logfiles from generated JUnit reports. The logfiles that are linked to would be
logfiles generated by the application that is tested through JUnit supported
Unit/Integration tests.
To be able to do this I am add