Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Upgrading 32-bit to 64-bit

I’m happy with two shots. Do I need to write code to change the arch property, or is there an command-line way to do that?

From: Pascal Rapicault <pascal@xxxxxxxxxxxxx>
Reply-To: P2 developer discussions <p2-dev@xxxxxxxxxxx>
Date: Wednesday, November 20, 2013 at 8:32 AM
To: P2 developer discussions <p2-dev@xxxxxxxxxxx>
Subject: Re: [p2-dev] Upgrading 32-bit to 64-bit

You would have to do this in two calls:
- one that modifies the arch property stored in the profile,
- one that performs the regular director call

If we had implemented these properties as capabilities then this would be possible in one shot, but this is quite a change.

Pascal

On 11/19/2013 03:16 PM, Doug Schaefer wrote:
So, am I crazy in thinking this is possible? We have our users on 32-bit Eclipse platforms and we’d like to push them to 64-bit where possible. It is possible to change the architecture of an Eclipse install while running the director?

Doug.


_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxxhttps://dev.eclipse.org/mailman/listinfo/p2-dev


Back to the top