Java – Best ant tutorial / QuickStart?
Avoid learning ants for too long (IDE and copy and paste make simple tasks easier) I now see myself forced to take shape immediately Working on large projects, it's increasingly difficult to know what to copy and where to paste, rather than breaking things all the time
Solution
http://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html It may be your best choice It covers the basics enough to keep your feet moist, so after that, you really want to go deep into the manual http://ant.apache.org/manual/.
The problem on my face is that ant is a scripting language (not a tool like mercurial), so it is more complex. If you are not careful, you may get confused in the process Not that it's a bad tool, but don't repeat a ton of ant scripts without reflecting what you're doing now