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

OMG, that worked! Thanks again Pascal. It’s a pretty big hack what I have right now, but I’ll work on cleaning it up and publish what I find.

D

From: Doug Schaefer <dschaefer@xxxxxxx>
Date: Wednesday, November 20, 2013 at 10:36 AM
To: P2 developer discussions <p2-dev@xxxxxxxxxxx>
Subject: Re: [p2-dev] Upgrading 32-bit to 64-bit

OK, I’ll give it a try. You made my day. Thanks Pascal!

D

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

You will need to write your own code to do this.

 

From:p2-dev-bounces@xxxxxxxxxxx [mailto:p2-dev-bounces@xxxxxxxxxxx] On Behalf Of Doug Schaefer
Sent: November-20-13 10:25 AM
To: P2 developer discussions
Subject: 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