Community
Participate
Working Groups
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
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.
For me it is no longer important. I use Tycho to build my plug-ins and with this everything concerning tests works fine. Thanks.