Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 328122

Summary: Test report is not generated
Product: [Eclipse Project] Platform Reporter: Udo Walker <Udo.Walker>
Component: RelengAssignee: Platform-Releng-Inbox <platform-releng-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: david_williams
Version: 4.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Udo Walker CLA 2010-10-19 08:39:09 EDT
Build Identifier: eclipse-test-framework-3.6.1 

When the target "collect-results" is called in library.xml the task <junitreport> produces a file called "${classname}.xml". Then the task xslt ist used to transform that file to a HTML file. But the file name in the xslt task is "${classname}.result.xml". 

I suppose the "tofile" file name in the junitreport task should be "${classname}.result.xml", too? 

If I change it to that then I get a correctly created HTML file with my test report.


Reproducible: Always
Comment 1 David Williams CLA 2014-03-25 20:24:52 EDT
I'm not sure this bug was literally fixed ... but, it's so old everything has changed now, but as far as I know the concepts behind the problem report are no longer a problem.
Comment 2 Udo Walker CLA 2014-03-26 03:48:48 EDT
For me it is no longer important. I use Tycho to build my plug-ins and with this everything concerning tests works fine.
Thanks.