日期:2014-05-16  浏览次数:20702 次

安装Apache Ant —— 系统需求

??????? Ant已经在很多平台上得到了成功的应用,包括Linux,一些商业Unix如Solaris和HP-UX,Windows NT-platforms,OS/2 Warp,Novell Netware 6,OpenVMS和MacOS X。对于开发,用的最多的平台,没有一个特定的顺序,Linux,MacOS X,Windows XP和Unix;这些可以说是工作得最好的平台。从Ant 1.7开始,不再支持Windows 9x。

?

?????? 对于Ant的当前版,你将还需要安装好JDK,要求1.4或之后的版本,强烈建议用1.5或之后的版本。Java的版本越新,你获得的Ant tasks就越多。

?

????? 注意:如果JDK不存在,只有JRE runtime,那么很多任务将不能工作。

?????

????? Note: Ant 1.8.* works with jdk1.4 and higher, Ant 1.7.* works with jdk1.3 and higher, Ant 1.6.* works with jdk 1.2 and higher, Ant 1.2 to Ant 1.5.* work with jdk 1.1 and higher.

?

????? 开源Java Runtimes

????? Ant团队强烈支持用户运行Ant于Kaffe和其他开源Java Runtimes, and so strives to have a product that works well on those platforms. What appears to work well is Kaffe with Gnu Classpath and the Xerces and Xalan libraries.

?

?