這是ant-1.6.5.jar下載,專業(yè)可用的apache ant.jar包,可以讓用戶們更加方便的使用apache ant來進行java的開發(fā),使用十分的方便.有需要的朋友就來下載吧!
ant-1.6.5.jar是一個將軟件編譯、測試、部署等步驟聯(lián)系在一起加以自動化的一個工具,大多用于Java環(huán)境中的軟件開發(fā)。只要使用過Linux系統(tǒng)的讀者,應該知道 make這個命令。當編譯Linux內核及一些軟件的源程序時,經常要用這個命令。Make命令其實就 是一個項目管理工具,而Ant所實現(xiàn)功能與此類似。像make,gnumake和nmake這些編譯工具都有 一定的缺陷,但是Ant卻克服了這些工具的缺陷。最初Ant開發(fā)者在開發(fā)跨平臺的應用時,同樣也 是基于這些缺陷對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.