Search code examples
antprofilingprofiler

Apache Ant Profiler


Is there an Ant profiler that will run my ant script and tell me how long targets, tasks and operations took to complete?

Thanks


Solution

  • Ant has two related features to allow the build process to be monitored => listeners and loggers :

    or write your own.