Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 354331 - [test framework]The library.xml contains the wrong path
Summary: [test framework]The library.xml contains the wrong path
Status: RESOLVED DUPLICATE of bug 351967
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 3.7   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Releng-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-10 02:52 EDT by Qiangsheng Wang CLA
Modified: 2013-04-25 21:26 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 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 ***