Apache Ant: Difference between revisions

From CBLFS
Jump to navigationJump to search
Oppiz (talk | contribs)
No edit summary
Oppiz (talk | contribs)
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 5: Line 5:
|}
|}


{{Blank-Package-Introduction|Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.|http://ant.apache.org/index.html}}
{{Package-Introduction|Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.|http://ant.apache.org/index.html}}


== Dependencies ==
== Dependencies ==
*[[Junit]]


== Non-Multilib ==
== Non-Multilib ==


Compile the package:
Compile the package:


  make
  sh build.sh -Ddist.dir=/opt/ApacheAnt dist


Install the package
Install the package


  make install
  sh build.sh ant.install=/opt/ApacheAnt install


== Multilib ==
== Multilib ==
Line 25: Line 26:


Compile the package:
Compile the package:
make


Install the package
Install the package


make install
=== N32 ===
=== N32 ===


Compile the package:
Compile the package:
make


Install the package
Install the package


make install


=== 64Bit ===
=== 64Bit ===


Compile the package:
Compile the package:
make


Install the package
Install the package


make install
[[Category:Programming]]

Latest revision as of 04:13, 21 September 2009

Download Source: http://www.hightechimpact.com/Apache/ant/source/apache-ant-1.7.1-src.tar.bz2

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 ant.install=/opt/ApacheAnt install

Multilib

32Bit

Compile the package:

Install the package

N32

Compile the package:

Install the package


64Bit

Compile the package:

Install the package