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

Bug 354331

Summary: [test framework]The library.xml contains the wrong path
Product: [Eclipse Project] Platform Reporter: Qiangsheng Wang <wangqs_eclipse>
Component: RelengAssignee: 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:

Description Qiangsheng Wang CLA 2011-08-10 02:52:14 EDT
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
Comment 1 David Williams CLA 2013-04-25 21:26:27 EDT
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 ***