What is history of ant?
Answer / Tinu Kumar
Apache Ant was initially created by James Duncan Davidson while working at Sun Microsystems in 1999. Its main goal was to provide an open-source build tool for Java projects, similar to the Unix make utility. In January 2001, Apache Ant became a Top-Level Project of the Apache Software Foundation.
| Is This Answer Correct ? | 0 Yes | 0 No |
How we can set compile target using ant?
Explain ant functionality?
How does ant read properties? How to set my property system?
Can I change/override ant properties when I use ant-contrib foreach task?
What are the core concepts of ant?
Explain how to use clean in ant script?
What is built-in properties? And how many built-in properties?
How you can prepare a project in ant?
Can I put the contents of a classpath or fileset into a property?
In which language apache ant is written?
What is different between ant and make?
How we can deploy file on server using ant?