| Summary: | [test framework]The library.xml contains the wrong path | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Qiangsheng Wang <wangqs_eclipse> |
| Component: | Releng | Assignee: | Platform-Releng-Inbox <platform-releng-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | david_williams |
| Version: | 3.7 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
dup of a bug fixed a while back ... but ... it's about to change again, most likely. *** This bug has been marked as a duplicate of bug 351967 *** |
Build Identifier: 3.7 I20110613-1736 In the new 3.7 test framework the library file uses the variabl ${org.eclipse.test} to allow user specify the test framework plugin path in the following line. <condition property="extraVMargs" value="-javaagent:${basedir}/plugins/org.eclipse.test_${org.eclipse.test}/lib/jacocoagent.jar=destfile=${coverage-output}/jacoco${classname}${NOW.DSTAMP}_${NOW.TSTAMP}.exec"> However just several lines below, there's line as <property name="junit-stylesheet" value="${eclipse-home}/dropins/eclipse/plugins/org.eclipse.test/JUNIT.XSL" /> Shall these to line be consistent? I mean the second line might be something like ${basedir}/plugins/org.eclipse.test_${org.eclipse.test}/JUNIT.XSL? Reproducible: Always