We have a task extending the ExecTask which breaks...
# configuration-cache
r
We have a task extending the ExecTask which breaks cc as soon as you configure an standardIn/Out/Err stream. Our use cases for this are pretty simple as we just want to capture the whole output or provide a string based input so we use byte array based streams here. Are there any concrete plans to make Exec cc friendly or would I need to come up with something on my own? Basically I would rewrite that task and only use ExecOperations within the TaskAction and wrap my own more cc friendly api around that I guess.
r
Hey @René, you are better off creating your own task that uses ExecOperations.
r
You can write an ad hoc task that injects
ExecOperations
but it's kind of a hassle. (Are there plans to make it easier?)
r
@Rodrigo Oliveira not what I hoped for but I appreciate the clear statement 🙂
🙂 1