Ant normally displays each task it is executing, so the delete task will say
[delete]. Have you tried running Ant with the -quiet switch? That should
remove all the standard messages except for warnings.
You can also look at the various loggers. For example, there's a log4j
listener that will all
Is there a way not to display the message 'deleting a file...' when Apache
ANT is actually deleting a file?
When I do this:
I see the message: [delete] Deleting: d:\pro.txt...
For the product flow, it shouldn't display this message because of the
clarity.
I hope someone can help me. Thanks!