The ant exec
task has an output property which can be used to tell ant where the output goes. I've used it to redirect the output to a file. The thing is, if I don't do something with the output, the stuff that ant prints isn't that much of a help ( it's not the complete thing ).
Is there someway of setting the output property to System.out
?