Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
What Is Apache Ant
What Is Apache Ant?
✍: FYIcenter.com
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. More generally, Ant can be
used to pilot any type of process which can be described in terms of targets and
tasks.
Ant is written in Java. Users of Ant can develop their own "antlibs" containing Ant tasks and types, and are offered a large number of ready-made commercial or open-source "antlibs".
Ant is extremely flexible and does not impose coding conventions or directory layouts to the Java projects which adopt it as a build tool.
Releases of Apache Ant Java tool:
1.10.10 2021-04-17 1.10.0 2016-12-31 1.9.0 2013-03-10 1.8.0 2010-02-02 1.7.0 2006-12-13 1.5.2 2003-08-12
For more information, visit Apache Ant Website.
⇒ Download and Install Apache Ant Binary Package
⇐ Apache Ant - Java Build Tool
2021-06-26, 754🔥, 0💬
Popular Posts:
Java Servlet 3.0 Specification API. JAR File Size and Download Location: File name: servlet-api.jar,...
Jaxen, Release 1.1.1, is an open source XPath library written in Java. It is adaptable to many diffe...
The Java Naming and Directory Interface (JNDI) is part of the Java platform, providing applications ...
layout.jar is a component in iText Java library to provide layout functionalities. iText Java librar...
JDK 11 java.management.jmod is the JMOD file for JDK 11 Management module. JDK 11 Management module ...