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
exec
The output of exec does go to standard out unless you specify the output attribute.
output