Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 365665 - multiple problems with remote managed build projects
Summary: multiple problems with remote managed build projects
Status: RESOLVED FIXED
Alias: None
Product: PTP
Classification: Tools
Component: RDT (show other bugs)
Version: 4.0.7   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Chris Recoskie CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-05 15:54 EST by Chris Recoskie CLA
Modified: 2011-12-05 16:46 EST (History)
0 users

See Also:


Attachments
patch (11.60 KB, patch)
2011-12-05 15:57 EST, Chris Recoskie CLA
recoskie: iplog-
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.