Ant: The Definitive Guide by Eric M. Burke, Jesse E. Tilly This errata page lists errors outstanding in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated December 20, 2004. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification Confirmed errors: (118) Middle of page, command line beginning with "run"; run at 00:01 every day 30 0 * * * $HOME/work/dobuild.sh should be: # Run at 00:01 every day 1 0 * * * $HOME/work/dobuild.sh (148) Example Usage for gzip; In the Example Usage for gzip, there should be a "zipfile" attribute instead of "dest" as of version 1.5 of Ant..