Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] can platform be updated via p2?

Yes, I believe it is a problem because the repo zip doesn't contain the right IUs.
Try using the repo website at [1]. (it worked for me)
The full list of repos is at [2].

[1] http://download.eclipse.org/eclipse/updates/3.6
[2] http://wiki.eclipse.org/Eclipse_Project_Update_Sites

Inactive hide details for John Cortell ---2011/10/28 08:38:58 AM---On 10/27/2011 11:21 PM, Brian de Alwis wrote: > That's becauJohn Cortell ---2011/10/28 08:38:58 AM---On 10/27/2011 11:21 PM, Brian de Alwis wrote: > That's because p2 looked for a version that would sa


From:

John Cortell <john.cortell@xxxxxxxxxxxxx>

To:

P2 developer discussions <p2-dev@xxxxxxxxxxx>

Date:

2011/10/28 08:38 AM

Subject:

Re: [p2-dev] can platform be updated via p2?

Sent by:

p2-dev-bounces@xxxxxxxxxxx




On 10/27/2011 11:21 PM, Brian de Alwis wrote:
      That's because p2 looked for a version that would satisfy all the other IUs currently installed — including org.eclipse.platform.ide 3.6.0. Since 3.6.1 would cause an error with 3.6.0, it chose to re-install 3.6.0.

      You should get more mileage by using "-uninstallIU org.eclipse.platform.ide -installIU org.eclipse.platform.ide".  You can also force a particular version with 'org.eclipse.platform.ide/3.6.1.r361_v20100909-9gF78GrkFqw7GrsZnvz0JWNTeb6fue6896L', though I think you need to specify the full version
       
I tried "-uninstallIU org.eclipse.platform.ide -installIU org.eclipse.platform.ide" and got
      Installing org.eclipse.platform.ide 3.6.0.I20100608-0911.
      Uninstalling org.eclipse.platform.ide 3.6.0.I20100608-0911.
...so no improvement there.

I tried executing the uninstall and install independenetly.The uninstall works fine. The install says:
      Installation failed.
      The installable unit org.eclipse.platform.ide has not been found.
Let me repeat that the p2 repo I'm trying to install from has no IU called org.eclipse.platform.ide, so I'm not surprised by this result. Am I using the wrong p2 repo? I'm using org.eclipse.platform-3.6.zip.

John
_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev


GIF image

GIF image


Back to the top