Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[epp-dev] how to use org.eclipse.equinox.p2.director to update eclipse installation

Hello everybody,

I hope this is the right mailingslist, otherwise please redirect me to the right one.

I been using org.eclipse.equinox.p2.director to isntall the subclipse, shelled, cmakeed, hudson, pgroup plugins it was some struggle to figure it out but I seem to got the latest versions of all plugins.


However when I start eclipse and go to help -> check for updates the Review and confirm the updates diaglog shows these id's to be updated:

 org.eclipse.mylyn_feature.feature.group
 org.eclipse.mylyn.bugzilla_feature.feature.group
 org.eclipse.mylyn.wikitext_feature.feature.group

So I tried to do this with org.eclipse.equinox.p2.director but it fails because the ids are already there.

See: https://paste.debian.net/plainh/5dc593a8

How can I use org.eclipse.equinox.p2.director to update an installed eclipse installation so it is fully up to date and I can use the commandline with ansible to manage all my eclipse workstations nicely.

Kind regards,

Jelle de Jong


$ cat /opt/eclipse/oxygen/4.7.0/configuration/1501591754260.log
!SESSION 2017-08-01 14:49:14.168 -----------------------------------------------
eclipse.buildId=4.7.0.I20170612-0950
java.version=1.8.0_141
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_GB
Framework arguments: -product org.eclipse.epp.package.parallel.product -application org.eclipse.equinox.p2.director -profileProperties org.eclipse.update.install.features=true -destination /opt/eclipse/oxygen/4.7.0 -repository http://download.eclipse.org/releases/oxygen,http://download.eclipse.org/mylyn/releases/oxygen/ -installIU org.eclipse.mylyn_feature.feature.group -installIU org.eclipse.mylyn.bugzilla_feature.feature.group -installIU org.eclipse.mylyn.wikitext_feature.feature.group Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.parallel.product -application org.eclipse.equinox.p2.director -profileProperties org.eclipse.update.install.features=true -destination /opt/eclipse/oxygen/4.7.0 -repository http://download.eclipse.org/releases/oxygen,http://download.eclipse.org/mylyn/releases/oxygen/ -installIU org.eclipse.mylyn_feature.feature.group -installIU org.eclipse.mylyn.bugzilla_feature.feature.group -installIU org.eclipse.mylyn.wikitext_feature.feature.group

!ENTRY org.eclipse.equinox.p2.director 4 10054 2017-08-01 14:49:25.347
!MESSAGE Cannot complete the install because of a conflicting dependency.
!SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2017-08-01 14:49:25.347
!MESSAGE Software being installed: Mylyn WikiText 3.0.13.201707111735 (org.eclipse.mylyn.wikitext_feature.feature.group 3.0.13.201707111735)
!SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2017-08-01 14:49:25.347
!MESSAGE Software currently installed: Mylyn WikiText 3.0.6.201703111926 (org.eclipse.mylyn.wikitext_feature.feature.group 3.0.6.201703111926)
!SUBENTRY 1 org.eclipse.equinox.p2.director 4 1 2017-08-01 14:49:25.347
!MESSAGE Only one of the following can be installed at once:
!SUBENTRY 2 org.eclipse.equinox.p2.director 4 0 2017-08-01 14:49:25.347
!MESSAGE Mylyn WikiText 3.0.6.201703111926 (org.eclipse.mylyn.wikitext_feature.feature.jar 3.0.6.201703111926)
!SUBENTRY 2 org.eclipse.equinox.p2.director 4 0 2017-08-01 14:49:25.347
!MESSAGE Mylyn WikiText 3.0.13.201707111735 (org.eclipse.mylyn.wikitext_feature.feature.jar 3.0.13.201707111735)
!SUBENTRY 1 org.eclipse.equinox.p2.director 4 1 2017-08-01 14:49:25.347
!MESSAGE Cannot satisfy dependency:
!SUBENTRY 2 org.eclipse.equinox.p2.director 4 0 2017-08-01 14:49:25.347
!MESSAGE From: Mylyn WikiText 3.0.13.201707111735 (org.eclipse.mylyn.wikitext_feature.feature.group 3.0.13.201707111735)
!SUBENTRY 2 org.eclipse.equinox.p2.director 4 0 2017-08-01 14:49:25.347
!MESSAGE To: org.eclipse.mylyn.wikitext_feature.feature.jar [3.0.13.201707111735]
!SUBENTRY 1 org.eclipse.equinox.p2.director 4 1 2017-08-01 14:49:25.347
!MESSAGE Cannot satisfy dependency:
!SUBENTRY 2 org.eclipse.equinox.p2.director 4 0 2017-08-01 14:49:25.347
!MESSAGE From: Mylyn WikiText 3.0.6.201703111926 (org.eclipse.mylyn.wikitext_feature.feature.group 3.0.6.201703111926)
!SUBENTRY 2 org.eclipse.equinox.p2.director 4 0 2017-08-01 14:49:25.347
!MESSAGE To: org.eclipse.mylyn.wikitext_feature.feature.jar [3.0.6.201703111926]


Back to the top