OOMPH doesn't download plugins from specified repositories (and brings the latest version instead) [message #1856927] |
Mon, 09 January 2023 14:12  |
Eclipse User |
|
|
|
Hi,
I have a .setup file that is configured to load plugins from 2 repositories of version 2020.12. However, when it is executed, the plugins have not version 2020.12 as expected; they have version 2022.12. Here is an extract of the .setup file:
<setup:Product xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:setup="http://www.eclipse.org/oomph/setup/1.0" xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0" name="eclipse-centralized-oomph" label="eclipse-centralized-oomph-2020-12-v3.0">
<annotation source="http://www.eclipse.org/oomph/setup/BrandingInfo">
<detail key="folderName">
<value>eclipse-centralized-oomph</value>
</detail>
<detail key="folderName.macosx">
<value>Eclipse</value>
</detail>
</annotation>
<setupTask xsi:type="setup:CompoundTask" name="User Preferences">
<annotation source="http://www.eclipse.org/oomph/setup/UserPreferences"/>
<setupTask xsi:type="setup:CompoundTask" name="cucumber.eclipse.editor">
<setupTask xsi:type="setup:PreferenceTask" key="/instance/cucumber.eclipse.editor/cucumber.eclipse.editor.check_step_definitions" value="false"/>
...
</setupTask>
<version name="perpetual" label="" requiredJavaVersion="1.8">
<setupTask xsi:type="setup.p2:P2Task" label="Eclipse IDE for Enterprise Java and Web Developers (2020-12)">
<requirement name="epp.package.jee" versionRange="[4.18.0,5.0.0)"/>
<requirement name="org.eclipse.platform.feature.group" versionRange="[4.18.0,5.0.0)"/>
<requirement name="org.eclipse.rcp.feature.group" versionRange="[4.18.0,5.0.0)"/>
...
<repository url="http://download.eclipse.org/technology/epp/packages/2020-12/202012101200"/>
<repository url="http://download.eclipse.org/releases/2020-12/202012161000">
<annotation source="http://www.eclipse.org/oomph/setup/ReleaseTrain"/>
</repository>
</setupTask>
</version>
<description></description>
</setup:Product>
An extract from the log:
[2023-01-09 19:24:21] Requirement org.eclipse.equinox.p2.iu:org.sf.feeling.decompiler.procyon.feature.group
[2023-01-09 19:24:21] Requirement org.eclipse.equinox.p2.iu:org.hibernate.eclipse.feature.feature.group
[2023-01-09 19:24:21] Requirement org.eclipse.equinox.p2.iu:org.jboss.tools.maven.apt.feature.feature.group
[2023-01-09 19:24:21] Requirement org.eclipse.equinox.p2.iu:net.mihai-nita.ansicon.feature.group
[2023-01-09 19:24:21] Requirement org.eclipse.equinox.p2.iu:net.mihai-nita.externalfilter.feature.group
[2023-01-09 19:24:21] Repository http://download.eclipse.org/technology/epp/packages/2020-12/202012101200
[2023-01-09 19:24:21] Repository http://download.eclipse.org/releases/2020-12/202012161000
[2023-01-09 19:24:21] Repository https://ecd-plugin.github.io/update/
[2023-01-09 19:24:21] Repository http://download.jboss.org/jbosstools/photon/development/updates/
[2023-01-09 19:24:21] Repository https://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.5.3-2019-11-08_11-04-22-H22/
[2023-01-09 19:24:21] Repository https://www.mihai-nita.net/eclipse
[2023-01-09 19:24:25] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.25/ (128B)
[2023-01-09 19:24:26] Fetching compositeContent.jar from https://download.eclipse.org/eclipse/updates/4.25/ (447B)
[2023-01-09 19:24:27] Fetching content.jar from https://download.eclipse.org/eclipse/updates/4.25/categories/ (1.46kB)
[2023-01-09 19:24:27] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/ (142B)
[2023-01-09 19:24:28] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/ (133.37kB)
[2023-01-09 19:24:29] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/latest-R/ (134B)
[2023-01-09 19:24:30] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/latest-R/ (428B)
[2023-01-09 19:24:30] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (172B)
Any idea what I'm doing wrong?
Thanks in advance!
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03675 seconds