Bug 271386 - Add support to log the director call
Summary: Add support to log the director call
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.5 M7   Edit
Assignee: pde-build-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-06 18:24 EDT by Andrew Niefer CLA
Modified: 2009-04-13 15:14 EDT (History)
0 users

See Also:


Attachments

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