I am trying to build an ADF application using ANT from the command line, by making use of OJDeploy.
In the build.xml OJDeploy is executed on the CMD line using an exec task, I need to display the output from this task on the same command line.
I have tried running ANT with the -v option, and writing the output to a file but it does not give any of the output from OJDeploy executing.