I want to learn about Ant, and I am looking for a good book or web resources.
All I know is Ant, a built-in tool that maintains dependency between parts of a project before compiling it. As far as I understand, its purpose is to support the code that will be passed to the compiler. Nothing more.
Basically, I am looking for more information about Ant's most basic details to find out if it is worth investing a lot of time in training. I plan to use it primarily with Java, but I'm not sure how much it will help me.
Does anyone have any recommendations on books or web resources that I could use?
I am also concerned about the differences between the versions of the program. Will this be a problem if I use a book written for an older version of Ant?
source
share