Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] version of ‘eclipse.exe’ and ‘eclipsec.exe’

Check the version of the org.eclipse.rcp.configuration; it may be downgrading the version of Eclipse to use.

      <feature id="org.eclipse.rcp.configuration" version="1.0.0.v20130521-1847"/>

If you’re using EMF from the kepler update site then if you don’t have any version constraints then it will pick the latest one. At the time the Eclipse SDK was built, 2.9.2 wasn’t available so that’s why it’s not in there - but if rebuilt today, it would have 2.9.2. 

Alex

On 25 Apr 2014, at 11:22, Marcel Romijn <mromijn@xxxxxxxxxxxxxxxxxx> wrote:

Hello,
 
We’re migrating from a PDE-based product build to a Maven/Tycho-based product build.
Some steps require the creation of an Eclipse, enriched with 3rd Party features and in-house created features:
-          We provide the product developers with a preconfigured Eclipse SDK, including often used tools
-          Finally we materialize the product update-site into an installable product
 
In both cases, the final result is defined in a ‘.product’ file and architecture specific modifications to the ‘eclipse.ini’ file are done with a ‘p2.inf’ file.
Because of the development/QA train, we need to base our product on Eclipse 4.3.1 (for now).
 
The resulting materialized Eclipse closely resembles the Eclipse SDK that is downloaded from:  http://download.eclipse.org/eclipse/downloads/drops4/R-4.3.1-201309111000/
This makes me think that we’re on the right track.
 
However, I see two differences:
-          The ‘eclipse.exe’ and ‘eclipsec.exe’ appear to be the same as the ones from Eclipse 4.3.0 instead of Eclipse 4.3.1.
-          The materialized Eclipse uses on EMF features of version ‘2.9.2.v20131212-0545’, while Eclipse SDK download uses EMF features of version ‘2.9.1.v20130827-0309’
 
Can someone explain these differences?
Are they worth worrying about, or are they harmless?
 
I have attached a stripped-down version of a Maven/Tycho build that shows the problem.
Running ‘mvn clean verify’ on the top-level ‘pom.xml’ produces a Windows 32-bit and 64-bit Eclipse 4.3.1, as described above.
 
Marcel Romijn 
Software Engineer 
Rocket Software 
Korte Parallelweg 1 • 3311 JN Dordrecht • Netherlands 
Tel: +31 78 6322800 • Fax: +31 78 6138134 
Email: mromijn@xxxxxxxxxxxxxxxxxx 
Web: seagull.rocketsoftware.com
Twitter  Facebook  YouTube  LinkedIn
 
<example.zip>_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top