Modify ↓
Opened 15 years ago
Last modified 10 years ago
#407 new enhancement
storing make output
Reported by: | clinton.roy@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Recipe commands | Version: | dev |
Keywords: | Cc: | ||
Operating System: |
Description
Currently it is difficult to store the output of a make invocation in order to parse it for errors/warnings etc.
This patch adds a stderr arg to the make command
<c:make target="all" stderr="warnings.txt" />
Attachments (1)
Note: See
TracTickets for help on using
tickets.
adds stdout and stderr options to the make recipe