Bug 462349 - Delta pack uses old org.eclipse.equinox.launcher
Summary: Delta pack uses old org.eclipse.equinox.launcher
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 4.5   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Releng-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 461467
  Show dependency tree
 
Reported: 2015-03-17 08:23 EDT by Vikas Chandra CLA
Modified: 2015-03-25 12:21 EDT (History)
3 users (show)

See Also:


Attachments
See snapshot (147.73 KB, image/jpeg)
2015-03-17 08:23 EDT, Vikas Chandra CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vikas Chandra CLA 2015-03-17 08:23:16 EDT
Created attachment 251640 [details]
See snapshot

Delta pack eclipse-I20150310-0800-delta-pack.zip\eclipse\features\org.eclipse.equinox.executable_3.6.100.v20150309-0227\feature.xml

has old equinox launcher 

<plugin id="org.eclipse.equinox.launcher" download-size="48" install-size="87" version="1.3.0.v20140415-2008" unpack="false" /> 


This creates issue while debugging PDE build junits
Comment 1 Vikas Chandra CLA 2015-03-25 06:16:19 EDT
David, any update on this?

Also I can't find the latest delta packs as per the link you had mentioned earlier.
Comment 2 David Williams CLA 2015-03-25 10:45:13 EDT
(In reply to Vikas Chandra from comment #1)
> David, any update on this?
> 
> Also I can't find the latest delta packs as per the link you had mentioned
> earlier.

I'm looking at the one for yesterday's I-build. 

http://download.eclipse.org/eclipse/downloads/drops4/I20150324-0800/

and as usual, 
eclipse-I20150324-0800-delta-pack.zip

It's feature says

  2 <feature
  3       id="org.eclipse.equinox.executable"
  4       label="%featureName"
  5       version="3.6.100.v20150320-0346">

Oh, and the "plugin' for luncher says

 15    <plugin
 16          id="org.eclipse.equinox.launcher"
 17          download-size="48"
 18          install-size="87"
 19          version="1.3.0.v20140415-2008"
 20          unpack="false"/>


But, when I look in the repository, that is the version of the jar there: 

 org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar

So ... is it possible that is the right version? 

Or, are you (we) saying that the version in the repository is wrong?
Comment 3 David Williams CLA 2015-03-25 10:47:25 EDT
Adding Arun and Tom to CC, 

Can either of you easily confirm what the version of equinox launcher should be? 

Is it being versioned wrong in the build? 

Need to be touched? 

Has it changed since 0140415-2008?
Comment 4 Thomas Watson CLA 2015-03-25 11:44:11 EDT
(In reply to David Williams from comment #3)
> Adding Arun and Tom to CC, 
> 
> Can either of you easily confirm what the version of equinox launcher should
> be? 
> 
> Is it being versioned wrong in the build? 
> 
> Need to be touched? 
> 
> Has it changed since 0140415-2008?

The only change that has happened to the launcher jar for Mars is bug 436736 which was a pom.xml only change and did not effect the produced bundle jar.  It seems org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar is the correct version and remains unchanged since the Luna release.
Comment 5 David Williams CLA 2015-03-25 12:21:05 EDT
Thanks Tom, I'll close as "worksforme" then, meaning "working as designed". 

Vikas, if there is some problem this versioning is causing, please re-open and detail that problem. Otherwise, suspect you just thought it was "out of date" when in fact it simply hasn't changed.