Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 365665

Summary: multiple problems with remote managed build projects
Product: [Tools] PTP Reporter: Chris Recoskie <recoskie>
Component: RDTAssignee: Chris Recoskie <recoskie>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3    
Version: 4.0.7   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
patch recoskie: iplog-

Description Chris Recoskie CLA 2011-12-05 15:54:40 EST
- environment variables of the server and the build model were being merged, instead of the ones from the build model replacing what's on the server

- RemoteCommandLauncher wait waiting for the remote process to finish, instead of immediately returning it like it's supposed to

The third problem isn't directly related to managed build, but it was going to be a pain to separate out the fix into its own patch (thanks git!), so it's being included.  Basically the PTY support that I put in recently broke stderr redirection, as the native call that uses the spawner doesn't redirect output the way excec1 did.  I've fixed this by doing the output merging on the client now.

Patch coming shortly.
Comment 1 Chris Recoskie CLA 2011-12-05 15:57:34 EST
Created attachment 207945 [details]
patch
Comment 2 Chris Recoskie CLA 2011-12-05 16:46:22 EST
Pushed to ptp_4_1, ptp_5_0, and master.