The moose likes Ant, Maven and Other Build Tools and the fly likes Ant Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Ant" Watch "Ant" New topic
Author

Ant

Lucky Singh
Ranch Hand

Joined: Jan 19, 2004
Posts: 125
Can you explain what the Ant utility is used for? Where can I get some basic level knowledge for this?
Kishore Dandu
Ranch Hand

Joined: Jul 10, 2001
Posts: 1934
It is initially designed as a replacement for 'make' to build Java specific projects.
Overtime it has evolved to start supporting JUnit(for unit testing), XDoctlet(for EJB generation) etc.
You can look at this link for more details and downloads etc.
There is a very good book on ANT called 'Java Programming using ANT' from Manning publications.
Ant and advanced Java(J2EE etc) programming go hand in hand. It is a very good and needed skill to learn and hold on to.


Kishore
SCJP, blog
Dirk Schreckmann
Sheriff

Joined: Dec 10, 2001
Posts: 7023
Moving this to the Ant forum...


[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
 
 
subject: Ant
 
Threads others viewed
Can somebody recommend some good Ant books ?
UML Tutorial
Can Ant run script generated by XDE?
ant in the PATH
WA #1.....word association
IntelliJ Java IDE