rhinocas.blogg.se

Apache ant doc
Apache ant doc






apache ant doc

If you are already familiar with XML, you can learn Ant pretty quickly.Īnt is good at automating complicated repetitive tasks.Īnt comes with a big list of predefined tasks.Īnt provides an interface to develop custom tasks.Īnt can be easily invoked from the command line and it can integrate with free and commercial IDEs.Īpache Ant is distributed under the Apache Software License which is a fully-fledged open source license certified by the open source initiative. It can be used to perform platform specific tasks such as modifying the modified time of a file using 'touch' command.Īnt scripts are written using plain XML. It is platform neutral and can handle platform specific properties, such as file separators. It is the most complete Java build and deployment tool available. The features of Apache Ant are listed below − The latest version of Apache Ant as on October 2021 is 1.10.12. It was promoted as an independent project in Apache in the year 2000. It was born out of the problems and complexities associated with the Apache Make tool. History of Apache AntĪnt was created by software developer James Duncan Davidson who is also the original creator of webserver application Tomcat.Īnt was originally used to build Tomcat, and was bundled as a part of Tomcat distribution. It is an Operating System build and deployment tool that can be executed from the command line. To automate and simplify the above tasks, Apache Ant is useful. On an average, a developer spends a substantial amount of time doing mundane tasks like build and deployment that include −ĭeploying the binaries to the test serverĬopying the code from one location to another Before going into the details of Apache Ant, let us first understand why we need a build tool. It is a Java-based build tool from computer software development company Apache.








Apache ant doc