Life with out Ant
March 25th, 2008
No comments
I hated make and nmake all the time I worked on Linux. The syntax of the Makefile was so complex for me to understand it. I have compiled so many projects with make, but still don’t know how to write a file myself.
Thanks to Java, I stopped writing programs in C,C++.
Today I thought of checking what exactly Ant is, after working in Java for more than 5 years. After reading the manual I thought I should have checked it long back.
I don’t know how I managed these many years without using Ant. From now onwords I decided to use Ant for all my Java projects.
Check this for Ant tutorial.

Categories: Software
