Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Plug-in in several p2 update sites - How to consume the plug-in with the highest version number

I don't know about "0.0.0" ... but, I've used
version=""
in target files and it has worked fine.
Of course, I do this only temporarily, while getting things working ... once ready for production, I do specify whole, exact version.
But, I would not be surprised if even constructs such as version="[1.1.0,2.0.0)" would also work? (Though, admit, have not tried that -- and IMHO, not as good as specifying exact version).

One reason exact version is important, is that some times (especially for third party bundles from non-Eclipse sources) they may not follow the same "semantic rules" we do -- they might introduce an API change or breaking change in behavior just going from 1.1.0.<qualifier> to 1.3.0.<qualifier> --- hence for a truly reproducible build, need to specify whole exact version.

There are also functions in PDE target editor ("update") that will help with some of the tedious work.

HTH





From:        "Sesterhenn, Jörg" <Joerg.Sesterhenn@xxxxxxxxx>
To:        Lars Vogel <lars.vogel@xxxxxxxxx>,
Cc:        Tycho user list <tycho-user@xxxxxxxxxxx>
Date:        02/19/2014 05:28 AM
Subject:        Re: [tycho-user] Plug-in in several p2 update sites - How to consume the plug-in with the highest version number
Sent by:        tycho-user-bounces@xxxxxxxxxxx





Am 19.02.2014 10:18, schrieb Lars Vogel:
>  Also placing in 0.0.0 in the target definition file would not work
> because according to
https://wiki.eclipse.org/Tycho/Target_Platform
> the content selection of the target platform is also not considered.
Is this still true? I believe this documentation to be outdated.
Selecting content from a target definition deffinetly changes the build
behavior.
Could anyone comment on this, please?

Mit freundlichen Grüßen

Jörg Sesterhenn

--
Jörg Sesterhenn
Debeka-Hauptverwaltung
Abteilung BO/S
Ferdinand-Sauerbruch-Str. 18
56058 Koblenz

Telefon: (0261) 498-1455
Telefax: (0261) 498-1541

E-Mail: Joerg.Sesterhenn@xxxxxxxxx
Internet:
www.debeka.de

Debeka Krankenversicherungsverein a. G., AmtsG Koblenz: HRB 125
Debeka Lebensversicherungsverein a. G., AmtsG Koblenz: HRB 141
Debeka Allgemeine Versicherung AG, AmtsG Koblenz: HRB 2300
Debeka Pensionskasse AG, AmtsG Koblenz: HRB 6683
Vorstand: Uwe Laue (Vorsitzender), Rolf Florian, Roland Weber,
Thomas Brahm, Dr. Peter Görg
Aufsichtsratsvorsitzender: Peter Greisler
Sitz Koblenz am Rhein

Debeka Bausparkasse Aktiengesellschaft, Amtsgericht Koblenz: HRB 1114
Vorstand: Jörg Phlippen, Dirk Botzem
Aufsichtsratsvorsitzender: Peter Greisler
Sitz Koblenz am Rhein

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top