Re: text books on ant

2006-01-19 Thread Steve Loughran
Stefan Bodewig wrote: On Wed, 18 Jan 2006, Matt Benson <[EMAIL PROTECTED]> wrote: We usually hype Erik and Steve's Java Development with Ant from Manning: http://www.manning.com/books/hatcher which doesn't cover Ant 1.6, it was published very close to the release of 1.5. code frozen on the

Re: text books on ant

2006-01-19 Thread Steve Loughran
Matt Benson wrote: We usually hype Erik and Steve's Java Development with Ant from Manning: http://www.manning.com/books/hatcher . Another good reference for learning how to write Ant tasks is Ant's own source code. Learn more here: http://ant.apache.org/svn.html The best details is probably

RE: text books on ant

2006-01-19 Thread RADEMAKERS Tanguy
>I'm not aware of any book that covers Ant 1.6, but there may be some. >I'd check the "Resources" link at the Ant web site and read some of >the stuff available online. the second edition of O'Reilly's "Ant: The Definitive Guide" covers Ant 1.6. /t ---

Re: text books on ant

2006-01-18 Thread Stefan Bodewig
On Wed, 18 Jan 2006, Matt Benson <[EMAIL PROTECTED]> wrote: > We usually hype Erik and Steve's Java Development with > Ant from Manning: http://www.manning.com/books/hatcher which doesn't cover Ant 1.6, it was published very close to the release of 1.5. As Steve has hinted several times now, a s

RE: text books on ant

2006-01-18 Thread Brown, Carlton
I echo the previous comment, get "Java Development With Ant". It's very good although I found some of the sample code and explanations a bit lacking at times. > -Original Message- > From: Tommy Nordgren [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 18, 2006 1:58 PM > To: user@ant.a

Re: text books on ant

2006-01-18 Thread Matt Benson
We usually hype Erik and Steve's Java Development with Ant from Manning: http://www.manning.com/books/hatcher . Another good reference for learning how to write Ant tasks is Ant's own source code. Learn more here: http://ant.apache.org/svn.html Finally, be sure you read the information available