Main Tutorials

Apache Ant Tutorial

About Author

author image
Founder of Mkyong.com, love Java and open source stuff. Follow him on Twitter. If you like my tutorials, consider make a donation to these charities.

Comments

Subscribe
Notify of
5 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments
smasseman
9 years ago

Why are you spending time with ant? Ant is the past. No new projects will be started using ant. Spend your valuable time with gradle instead.

mkyong
9 years ago
Reply to  smasseman

Some projects are still using Ant, and find out not many Ant + Ivy examples in Google, hope this series of tutorials can help others in some ways 🙂

And, just a tribute to my old friend Ant build ~

P.S Gradle is great, using in my current project.

Athi
8 years ago
Reply to  mkyong

Thanks Mykong. I have been looking for Ant + Ivy for fixing issues in a legacy application. Your article helped me a lot. Thanks.

Jeff
9 years ago
Reply to  smasseman

Sorry, but I think you are wrong in part, because there are many third party softwares which need that you have Apache Ant installed on your computer in order to run those softwares correctly.

mkyong
9 years ago
Reply to  Jeff

Thanks for letting me know.