Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Programmatically Update RCP fails
Programmatically Update RCP fails [message #475307] Wed, 05 August 2009 22:14
Christian Schaefer is currently offline Christian SchaeferFriend
Messages: 12
Registered: July 2009
Junior Member
We use 3.5.0
We Use P2Utils example for programatic update

to tell equinox about the remote update site repository we do this:

repository = new URI("file:////D:/rem_nfm_repository");
addMetadataRepository = manager.loadRepository(repository,
null);
artifactRepository = artifactMngr.loadRepository(repository,
null);

now the repository contains a simple example rcp with ony one updated
plugin.

the ProvisioningPlan failes with this problem:

explanation: Only one of the following can be installed at once:
[at.cns.xxxxxx 1.0.1, at.cns.xxxxxx 1.0.0]

the ProvisioningPlan contains the remove of the old and the install of the
new plugin as it is coded in the P2Util.

thanks!
Previous Topic:P2 Director with simple GUI?
Next Topic:installer vs director
Goto Forum:
  


Current Time: Thu Apr 25 21:07:09 GMT 2024

Powered by FUDForum. Page generated in 0.03205 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top