File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Book Reviews and the fly likes Pro Apache Ant by Matthew Moodie Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Books » Book Reviews
Reply Bookmark "Pro Apache Ant by Matthew Moodie" Watch "Pro Apache Ant by Matthew Moodie" New topic
Author

Pro Apache Ant by Matthew Moodie

Book Review Team
Bartender

Joined: Feb 15, 2002
Posts: 898
<pre>Author/s : Matthew Moodie
Publisher : Apress
Category : Miscellaneous Java
Review by : Jeanne Boyarsky
Rating : 9 horseshoes
</pre>
Ant is one of those technologies that has an excellent manual and API online. This sets a higher standard for a book so as not too just duplicate the Internet content. "Pro Apache Ant" meets this challenge.

The author walks you through a good number of the Ant tasks with examples and tips. The attributes are provided for common tasks, so you have a physical reference. The author refers you to the manual for some of the less common tasks. A summary of ant-contrib is provided since it is such a standard library. The author points to the Internet for a list of optional tasks.

This book assumes you know Java and the packaging process. In other words, you should know what a jar and war are to understand the sample application.

After walking through the common tasks and incrementally building a sample build.xml, the author delves into some more advanced topics. Included are how to refactor a build file, accommodate large projects, custom tasks, mappers and how to use the Ant API from a Java program.

The book doesn't have any fluff. It starts with an introduction to Ant and Ant's benefits. After a detailed explanation of how to install Ant, you see the first Ant task. I recommend "Pro Apache Ant" if you are getting started with Ant or want to know how to use it more powerfully.


More info at Amazon.com
More info at Amazon.co.uk
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Pro Apache Ant by Matthew Moodie
 
Similar Threads
Apache: The Definitive Guide by Ben Laurie, Peter Laurie
Core JSTL: Mastering the JSP Standard Tag Library by David Geary
An Introduction to IBM Rational Application Developer - A Guided Tour
Ant Developer's Handbook by Kirk Pepperdine, Alan Williamson, Joey Gibson, Andy Wu
Practical Apache Struts 2 Web 2.0 Projects by Ian Roughley