• 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

I wanna know abt ANT

 
Ranch Hand
Posts: 2378
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have just downloaded ant binary. Suggest me how should I learn abt it & proceed further....
 
Sheriff
Posts: 17644
300
Mac Android IntelliJ IDE Eclipse IDE Spring Debian Java Ubuntu Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Ashik uzzaman:
Suggest me how should I learn abt it & proceed further....


Er.... "learn it by heart"?
Seriously though, the only way is to go out and actually start using it. The documentation is online at jakarta.apache.org and there are links to the mailing list archives there as well.
Junilu
 
Ranch Hand
Posts: 1953
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is a shortcut. If you download a small jakarta project, such as Log4J, which is built by ant. It is a good and simple example for you to learn ant.
Actually, you hit two birds with one stone.
Need Java real project experience? Join our project team here!
[ February 02, 2002: Message edited by: Roseanne Zhang ]
 
Ashik Uzzaman
Ranch Hand
Posts: 2378
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thnx guys, just downloaded the binary and requested for a user manual on ANT.
But learning ANT by heart would be ...
 
Ranch Hand
Posts: 776
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, I stumbled across this late, the post is stale, but I'll go ahead and say:
The best way to start with Ant is to download the sources. They come with a 'bootstrap' binary copy.
You use the bootstrap copy to build your own new copy straight from the sources.
Guy
 
Ranch Hand
Posts: 127
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To add one more resource about Ant.
The book Java Tools for Extreme programming covering Ant,JUnit and Cactus is a good starting point.
 
reply
    Bookmark Topic Watch Topic
  • New Topic