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

Bug 271386

Summary: Add support to log the director call
Product: [Eclipse Project] PDE Reporter: Andrew Niefer <aniefer>
Component: BuildAssignee: pde-build-inbox <pde-build-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 4.0   
Target Milestone: 3.5 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Andrew Niefer CLA 2009-04-06 18:24:48 EDT
Currently the output of the director call using when building products with p2.gathering = true goes to the console with the rest of the ant output.

We should add support for logging this to a file.
This would make it easier for something like PDE/UI to extract the cause of a director failure instead of just reporting "java returned 13"
Comment 1 Andrew Niefer CLA 2009-04-13 15:14:10 EDT
Done, set the property "p2.director.log" to a file to write the logs to.


Also, tweaked the director call to use the same config area as the builder