Bug 540867 - Ant builder output to console in headless
Summary: Ant builder output to console in headless
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 9.3.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-07 03:30 EST by Nicolas Heine CLA
Modified: 2020-09-04 15:20 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 Nicolas Heine CLA 2018-11-07 03:30:18 EST
I am building a CDT project with some upfront ant tasks. While running with head, I can see the output of the ant tasks in the console of eclipse. Once running headless, I see no output on the console. Even though the tasks do run. How can I direct the output of an ant builder in headless to stdout?