Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 328122 - Test report is not generated
Summary: Test report is not generated
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 4.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Releng-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-19 08:39 EDT by Udo Walker CLA
Modified: 2014-03-26 03:48 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.