-
What is Ant ? (4 messages)
- Posted by: priyanka shah
- Posted on: September 24 2002 13:55 EDT
What is Ant exactly? How can you use it?Threaded Messages (4)
- What is Ant ? by ravinder thippireddy on September 24 2002 14:42 EDT
- It's kinda like 'make' by Dave C on September 24 2002 14:52 EDT
- What is Ant ? by Ahmed Talaat on September 24 2002 14:52 EDT
- What is Ant ? by Sean Sullivan on September 30 2002 10:59 EDT
-
What is Ant ?[ Go to top ]
- Posted by: ravinder thippireddy
- Posted on: September 24 2002 14:42 EDT
- in response to priyanka shah
Ant is open a source technology from Apache project. You can have Ant jar file and build jar, war, ear files and you can deploy them in the application server.
For more infn you can go to jakarta.apache.org
Regards,
Ravinder Reddy -
It's kinda like 'make'[ Go to top ]
- Posted by: Dave C
- Posted on: September 24 2002 14:52 EDT
- in response to priyanka shah
It is a java-centric build tool, kinda like make, but it is written in java and doesn't have as many dependencies on external programs as make does. It's not as powerful, but it's easier to get up and running with. -
What is Ant ?[ Go to top ]
- Posted by: Ahmed Talaat
- Posted on: September 24 2002 14:52 EDT
- in response to priyanka shah
Ant is a build tool much like make. Its a very fancy and flexable make :-) -
What is Ant ?[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: September 30 2002 10:59 EDT
- in response to priyanka shah