这是ant-1.6.5.jar下载(zǎi),专业可用的apache ant.jar包,可以让(ràng)用户们更加方便的使用apache ant来进行java的开发(fā),使(shǐ)用十(shí)分的方便(biàn).有需要的朋(péng)友就(jiù)来下载(zǎi)吧!
ant-1.6.5.jar是一个将软件编译、测(cè)试、部署等步骤(zhòu)联系在一起加以自动化(huà)的一个工具(jù),大多(duō)用于Java环(huán)境中的软(ruǎn)件开(kāi)发。只要使用过Linux系(xì)统的读者,应(yīng)该知道 make这个命令。当编译Linux内(nèi)核及一(yī)些软件(jiàn)的源程序时,经常要用这个(gè)命(mìng)令。Make命令其实就 是一个项目管理工具,而(ér)Ant所(suǒ)实现功能与(yǔ)此类似。像make,gnumake和(hé)nmake这些编译工(gōng)具(jù)都有 一定的缺陷(xiàn),但(dàn)是Ant却克服(fú)了这些工具(jù)的缺陷(xiàn)。最初Ant开(kāi)发者在开发跨平台的应用时,同样也 是基于这些缺陷对Ant做了更好的设计。
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.
Software development projects looking for a solution combining build tool and dependency management can use Ant in combination with Apache Ivy.
The Apache Ant project is part of the Apache Software Foundation.
