Appendix C. IDE Integration

All of the popular Java IDEs support Ant out of the box. This gives the users the best of both worlds—great environments for developing their application, and a build tool that can compile, test, and deploy that application.

Ant doesn’t constrain or dictate your choice of IDE. Developers should choose whatever editor supports their needs, without worrying about whether it supports Ant, because the answer is always “of course it does.” Even so, there are some differences in features and ease of configuration and use. Here is a quick guide to using Ant in Eclipse, NetBeans, and IntelliJ IDEA, the three main Java IDEs.

How IDEs use Ant

The IDEs parse the build file and make it easier to view, edit, and use. They usually ...

Get Ant in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.