Lester Burnham wrote:Ant is not an IDE - it's a build tool. So while there's some overlap with IDEs -like compilation, creating jar/war files and javadocs, running JUnit tests etc.- Ant goes further in terms of custom bundling and deployment options. It can also be run as part of batch jobs, or as part of a build server.
I generally insist on an Ant script (or several) that can create everything from just the repository contents; experience has taught me not to rely on IDEs for that. Whatever other tools the developers use -even if each one prefers a different IDE- is secondary to that.
There is something wrong with my expression,I know that Ant is not an IDE,
and we all know that Ant and IDE(like eclipse) can build a java project
so I want to know do I still need to learn how to use Ant to build a project?
think of your suggestion
at last I deciede to learn Ant
thanks a lot!