Different version requirements in product versions [message #1827607] |
Tue, 19 May 2020 05:17  |
Eclipse User |
|
|
|
Hi,
I'm running into an issue with Oomph.
I'm writing a product setup with two versions inside :
- Neon
- 2019-06
For each of these versions, I need to specify plugins versions so I use version ranges on requirements like this :
For neon version :
<requirement
name="org.sonarlint.eclipse.feature.feature.group"
versionRange="[3.1.0.201705051000,3.1.0.201705051000]"/>
For 2019-06 version :
<requirement
name="org.sonarlint.eclipse.feature.feature.group"
versionRange="[4.3.0.12432,4.3.0.12432]"/>
In each version, I declare a repository like this :
<repository
url="<url of eclipse sonar repo, http eclipse sonarlint org>"/>
My problem is the following :
I do the Neon install with a project setup alright.
I then install Eclipse 2019-06 with same project setup and when it starts and perform additional tasks of project setup, it asks me to update plugin to Neon version because requirements apply.
Note that it happens only when I use bundle pools.
I'm looking for some advices here. Am I doing something wrong ?
Thanks
Julien
|
|
|
|
|
Re: Different version requirements in product versions [message #1827978 is a reply to message #1827949] |
Thu, 28 May 2020 02:17  |
Eclipse User |
|
|
|
Sorry, but without something to reproduce the problem, it's really hard to say anything terribly concrete. You can certainly skip the dialog and inspect the installation profile to see what is installed and you can do Perform Setup Tasks later to see all the requirements of the p2 task. That should help explain what's missing or installed as a different version....
|
|
|
Powered by
FUDForum. Page generated in 0.05186 seconds