• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Ants Marching

 
Ranch Hand
Posts: 1551
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What's the best way ( documentation ) to learn ANT?
 
Ranch Hand
Posts: 173
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The documentation that comes with Ant sufficed for me as long as I had a sample build file or two to read. I'm not sure where a good place would be to find a simple one. If, however, you prefer a book, there are now a few books that cover Ant. If at amazon.com you do a book search for the words "ant java" (without the quotes), you'll find four matches.
Good luck,
Craig
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I first learned Ant from looking at a few build files (check out the projects at http://jakarta.apache.org , many of them have Ant build scripts.
However, I found that the book "Java Tools for Extreme Programming" (reviewed in the Bunkhouse, here) really helped round out my knowledge, especially as it adds other topics such as tools for automatic testing into the mix.
 
Rufus BugleWeed
Ranch Hand
Posts: 1551
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've found the JavaRanch newsletter has an article too.
Thomas Paul's Ant Article
 
Ranch Hand
Posts: 427
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
buy this book:
http://www.oreilly.com/catalog/anttdg/
Amazon is a wonderful tool for finding books.
 
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Java Tools for Extreme Programming is also a pretty good book for the uninitiated.
Covers ANT, JUNIT, CACTUS etc and weaves them together.
 
reply
    Bookmark Topic Watch Topic
  • New Topic