Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 342638 - inconsistent unpack in features of bundle org.eclipse.test.performance
Summary: inconsistent unpack in features of bundle org.eclipse.test.performance
Status: RESOLVED FIXED
Alias: None
Product: WTP Releng
Classification: WebTools
Component: releng (show other bugs)
Version: 3.10   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.10.0   Edit
Assignee: David Williams CLA
QA Contact: David Williams CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-12 16:41 EDT by Henrich Kraemer CLA
Modified: 2018-06-29 15:29 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 Henrich Kraemer CLA 2011-04-12 16:41:37 EDT
Build Identifier: Build id: M20110210-1200 (Version: 3.6.2)

I am consuming Eclipse 3.6.2. Our tooling found that there is an inconsistency regarding the bundle with id='org.eclipse.test.performance' version='3.6.0.v20100122'.

org.eclipse.test_3.5.0.v20100427-7R7ZBiBgLiJz0Aw6L4DF59580221\feature.xml:
<?xml version="1.0" encoding="UTF-8" ?> 
<feature id="org.eclipse.test" label="%featureName" version="3.5.0.v20100427-7R7ZBiBgLiJz0Aw6L4DF59580221" provider-name="%providerName" 
...   <plugin id="org.eclipse.test.performance" download-size="0" install-size="0" version="3.6.0.v20100122" unpack="false" /> 

while 

org.eclipse.jst.enterprise_tests.feature_3.2.101.v201101141500-7A77FA6CcNBHCBVLRGPJU\
feature.xml:
<?xml version="1.0" encoding="UTF-8" ?> 
<feature id="org.eclipse.jst.enterprise_tests.feature" label="%featureName" version="3.2.101.v201101141500-7A77FA6CcNBHCBVLRGPJU"
provider-name="%providerName">
..<plugin id="org.eclipse.test.performance" download-size="0" install-size="0" version="3.6.0.v20100122" /> 
missing unpack attribute means unpack='true'

I assume this is not intentional. Can you fix this?


Reproducible: Always

Steps to Reproduce:
NA
Comment 1 David Williams CLA 2011-04-13 16:37:25 EDT
Thanks for the report. 

This plugin had been removed from the feature altogether in the HEAD stream (no associated bugs, just comments in cvs annotations). It seems we included it and removed it to accommodate various changes in the platform's test framework changes. I'm 99% sure we no longer need this duplication in our feature, so will remove it for the next build, so for "3.2.4" it will be correct. 

But, you are right, if it turns out we need the duplication, it's "packed" attribute will need to match.