Modify ↓
Opened 19 years ago
Closed 19 years ago
#34 closed enhancement (fixed)
Recipe command for piping a file through a user provided program/script
Reported by: | cmlenz | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.5 |
Component: | Recipe commands | Version: | |
Keywords: | Cc: | ||
Operating System: |
Description
To accomodate custom build actions that produce results of a known class (such as test results) but in an unsupported format, the build manager should be able to transform the output by piping it through a program or script.
In addition to normal piping (stdin -> script -> stdout), the command should also support scripts that only accept parameters to specify an input and output file.
Attachments (0)
Change History (4)
comment:1 Changed 19 years ago by cmlenz
- Milestone 0.4 deleted
comment:2 Changed 19 years ago by cmlenz
- Milestone set to 0.5
comment:3 Changed 19 years ago by cmlenz
- Status changed from new to assigned
comment:4 Changed 19 years ago by cmlenz
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
An <sh:pipe> recipe command exists but is non-functional in 0.4, because the invoked script cannot read from the standard input stream.
A functional implementaiton can wait until the next milestone.