Date: 07/27/06 (Java Web) Keywords: no keywords This one is dead simple. Add -q at the end of your commandline. So for example if you want to run compile target then use: ant compile -q To run it in super-verbose mode use: ant -verbose Source: http://blog.taragana.com/index.php/archive/how-to-run-apache-ant-quietly/
|