I've written a (quick) patch which allows an end user to attach logfiles to junit generated test reports. The patch introduces three new optional attributes to the junitreport ant task: * logDir - The base dir for the test logfiles * logPrefix - A prefix which may be used to distinguish the log files from the test results. * logPostfix - A postfix which defaults to '.xml' and can be used to distinguish the log files from the test results. If no prefix or postfix values are used the report generator will assume the test class name is the name of the log file. If a logfile cannot be found this will be silently ignored and no link to the logfile will appear in the resulting JUnit report. When a link to a log file does appear it is formatted in the same way as links to stdour or stderr are formatted.
Created attachment 21382 [details] This patch introduces adding logfiles to JUnit test reports A patch on http://svn.apache.org/repos/asf/ant/core/trunk revision 609533