Ant Training - Resources

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?

+3
source share
5 answers

Hello World tutorial - , . , spring Ant. , Ant, , zip/unzip, Ant .. @omermuhammed Ant-Contrib, , , , , , , ant -contrib . , , Hello World, - ant -contrib, .

+2
+2

ant, - java-.
(Ant Manual.. ..), .
"Ant " - , ant 1.7.x
see = http://sourceforge.net/projects/antbook/
ant User/ant, . = Ant , ..
.
Ant FAQ.

+2

This is a good place to start. A very useful jar provides the additional ant tasks listed here . And here's another link about ant coding rules.

+1
source

Ant is not that hard to find out.

Start with:

0
source

All Articles