What are the best tools to help work with large ant files.

Posted by klfox on Programmers See other posts from Programmers or by klfox
Published on 2011-02-15T22:35:44Z Indexed on 2011/02/15 23:34 UTC
Read the original article Hit count: 148

Filed under:

I just started working at a company that has a very large ant build file that imports lots of other large/small ant files. Needless to say it's giving me a headache trying to figure out what is going on.

What are the best tools out there for:

  • Getting some kind of concise answer on what is happening
  • Visualizing the various targets
  • Seeing performance on tasks

Can be multiple tools. Any other tips/suggestions?

I tagged this as java since I don't have the reputation to create an ant tag.

© Programmers or respective owner

Related posts about java