Community
Participate
Working Groups
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
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 ***