Difference between revisions of "Apache Ant"
From CBLFS
Jump to navigationJump to searchLine 8: | Line 8: | ||
== Dependencies == | == Dependencies == | ||
+ | |||
+ | *[[Junit]] | ||
== Non-Multilib == | == Non-Multilib == |
Revision as of 03:02, 21 September 2009
Download Source: | http://www.hightechimpact.com/Apache/ant/source/apache-ant-1.7.1-src.tar.bz2 |
---|
Contents
Introduction to Apache Ant
Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.
Project Homepage: http://ant.apache.org/index.html
Dependencies
Non-Multilib
Compile the package:
sh build.sh -Ddist.dir=/opt/ApacheAnt dist
Install the package
sh build.sh install
Multilib
32Bit
Compile the package:
Install the package
N32
Compile the package:
Install the package
64Bit
Compile the package:
Install the package