Is there a way for individual ant tasks to run quietly? I know the -q switch, but this applies worldwide.
You can try to implement your own Ant logger .
One idea using existing listeners would be to pass all the output to log4j and then implement
Source: https://habr.com/ru/post/1304815/More articles:DRYing up Rails Views with embedded resources - ruby-on-railsMPI_SCATTER Fortran Matrices by Rows - fortranMove namespace declaration from payload to envelope on created axis web service - web-servicesSQL deadlock on deletion and then insert insertion - sql-serverError code when trying to use private variables in a function - phpCommon vocabulary and hash code generation for multipart key - collectionsAn expression tree with property inheritance throws an argument exception - .netDrupal Authentication with External PHP - authenticationHow to write my own comparison (definition for the Equal binary operator) for an entityframework for int? - binary-operatorsMethod return type - javaAll Articles