See the example below.
<concat destfile="dest-file">
<fileset dir="dir1" />
<!-- how to append the output of the executable below without creating a temporary file for that output? -->
<apply executable="command1">...</apply>
</concat>
The apply
and exec
tasks support redirector
s so you can do something like:
<apply executable="command1" >
<redirector append="true" output="file.log" />
</apply>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With