- Freeware
- - Development
- - Other
- - Apache Ant
Apache Ant 1.10.9 freeware
Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications.
Author | Apache Software Foundation |
Released | 2020-09-30 |
Filesize | 9.60 MB |
Downloads | 1245 |
OS | Windows XP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64, Windows 8, Windows 8 x64, Windows 10, Windows 10 x64 |
Installation | Instal And Uninstall |
Keywords | Java-based Development, Extended Java classes, shell command, Java, Development, Develop |
Users' rating (13 rating) |
Apache Ant Free Download - we do not host any Apache Ant torrent files or links of Apache Ant on rapidshare.com, depositfiles.com, megaupload.com etc. All Apache Ant download links are direct Apache Ant download from publisher site or their selected mirrors.
1.10.9 | Sep 30, 2020 | New Release | Ant 1.10.9 contains a bugfixes and support for using GraalVM JavaScript inside the script family of tasks and types. It also addresses an insecure temporary file vulnerability vulnerability, see the security report for details. |
1.10.8 | May 13, 2020 | New Release | Fixed in Apache Ant 1.10.8: Medium: insecure temporary file vulnerability CVE-2020-1945 Apache Ant uses the default temporary directory identified by the Java system property java.io.tmpdir for several tasks and may thus leak sensitive information. The fixcrlf and replaceregexp tasks also copy files from the temporary directory back into the build tree allowing an attacker to inject modified source files into the build process. Mitigation: Ant users of versions 1.1 to 1.9.14 and 1.10.0 to 1.10.7 should set the java.io.tmpdir system property to point to a directory only readable and writable by the current user prior to running Ant. Users of versions 1.9.15 and 1.10.8 can use the Ant property ant.tmpfile instead. Users of Ant 1.10.8 can rely on Ant protecting the temporary files if the underlying filesystem allows it, but we still recommend using a private temporary directory instead. |
1.10.7 | Sep 5, 2019 | New Release |