My Hindi Forum

Go Back   My Hindi Forum > Miscellaneous > Tech Talks
Home Rules Facebook Register FAQ Community

Reply
 
Thread Tools Display Modes
Old 04-02-2010, 07:57 PM   #1
javaguru
Member
 
javaguru's Avatar
 
Join Date: Dec 2009
Posts: 50
Rep Power: 15
javaguru is on a distinguished road
Default What is Ant?

What is Ant in Java? How it is useful for projects? Please explain.
javaguru is offline   Reply With Quote
Old 04-02-2010, 08:04 PM   #2
rosy
Member
 
rosy's Avatar
 
Join Date: Feb 2010
Posts: 32
Rep Power: 0
rosy is on a distinguished road
Default

Ant is a Java based build tool to compile your java source code files, build your deployment JAR and WAR files, unit-test code and create projects javadoc documentation.

Ant 1.6.0 adds a lot of new features, most prominently support for XML namespaces as well as a new concept of Ant libraries that makes use of namespaces to avoid name clashes of custom tasks.

Advantages of Ant
  • Build IN Java, USING Java, and FOR Java
  • Supports Java Tools (javac, javadoc, etc.)
  • XML Build File is Easier to Build, Read, and Maintain than MAKE file
  • Easier to Extend
  • Supports Cross Platform Java Development
  • Ant is much faster than using MAKE ? Each command is a new process
  • Ant runs within the JVM
  • Each command is executed from within JVM
  • Tools like javac are new threads – not new process
  • Compiling large number of java source files is MUCH,MUCH faster with Ant
  • Ant's Debug Options are very helpful
  • XML much easier to read than MAKEFILE
  • User does not need to know all command line interface options to tools that can be called programmatically
  • Even OS-Specific commands can be setup in 'TaskDefs' and/or included from other source
rosy is offline   Reply With Quote
Old 05-02-2010, 05:32 PM   #3
RajuRastogi
Member
 
RajuRastogi's Avatar
 
Join Date: Jan 2010
Posts: 77
Rep Power: 15
RajuRastogi is on a distinguished road
Default

Bachpan me padha tha, ANT maane cheenti hota hai.

ANT ka itna hifi definition bhi hota hai, saala kabhi padh hi nahi paye. Sab kaminey Rancho ki wajah se hua. Kaash mech ki jagah CS branch lee hoti.
__________________
Baba Ranchhod das ki jay.........
RajuRastogi is offline   Reply With Quote
Old 12-02-2010, 03:18 PM   #4
RancchoddasChanchad
Member
 
RancchoddasChanchad's Avatar
 
Join Date: Jan 2010
Location: America
Posts: 64
Rep Power: 15
RancchoddasChanchad is on a distinguished road
Default

Quote:
Originally Posted by RajuRastogi View Post
Bachpan me padha tha, ANT maane cheenti hota hai.

ANT ka itna hifi definition bhi hota hai, saala kabhi padh hi nahi paye. Sab kaminey Rancho ki wajah se hua. Kaash mech ki jagah CS branch lee hoti.
Raju bhai duniya ne kafi tarrakki kar li hai.. ab aapka hamara zamana nahi raha..
RancchoddasChanchad is offline   Reply With Quote
Old 12-02-2010, 05:17 PM   #5
abhishek
Senior Member
 
abhishek's Avatar
 
Join Date: Dec 2009
Posts: 444
Rep Power: 18
abhishek is just really niceabhishek is just really niceabhishek is just really niceabhishek is just really nice
Default

Rancho and Raju bhai this is not correct.. You all are going off the topic..
__________________
Join this forum, it's completely free.
abhishek is offline   Reply With Quote
Old 18-03-2010, 07:25 AM   #6
sunita
Member
 
sunita's Avatar
 
Join Date: Dec 2009
Posts: 64
Rep Power: 15
sunita is on a distinguished road
Default

Quote:
Originally Posted by abhishek View Post
Rancho and Raju bhai this is not correct.. You all are going off the topic..
Yeah we should not start funny discussions in serious thread like this.. You can use jokes and humor section for all these comments..
sunita is offline   Reply With Quote
Reply

Bookmarks

Tags
ant build, java


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT +5. The time now is 10:41 PM.


Powered by: vBulletin
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
MyHindiForum.com is not responsible for the views and opinion of the posters. The posters and only posters shall be liable for any copyright infringement.