Download Apache Ant Source Package

Q

How to download Apache Ant Source Package?

✍: FYIcenter.com

A

An Apache Ant Source Package is a compressed file that contains source code files of Apache Ant. It allows you to re-compile Apache Ant with different Java versions and environments.

You can download the source package file for Apache Ant by clicking the download button below:

File name: apache-ant-1.10.10-src.zip
File size: 8030652 bytes
Release date: 2021-04-17
Download 

You can also follow these steps to download and install apache-ant-1.10.10-src.zip:

1. Go to the Apache Ant Website.

2. Click the "Download > Source Distributions" link from the left side menu. You see the download page showing up.

3. Click and download "apache-ant-1.10.10-src.zip" in the "1.10.10 release - requires minimum of Java 8 at runtime" section.

4. Save the downloaded file as apache-ant-1.10.10-src.zip.

5. Unzip the downloaded file apache-ant-1.10.10-src.zip. All files will be extracted into a sub-directory called apache-ant-1.10.10.

6. Check extracted files:

> cd apache-ant-1.10.10
> dir 

     5499  bootstrap.bat
     5351  bootstrap.sh
     1641  build.bat
     1931  build.sh
    86735  build.xml
     6833  CONTRIBUTORS
    34453  contributors.xml
    14195  fetch.xml
     4446  get-m2.xml
      138  INSTALL
    95790  KEYS
        0  lib/
     2879  lib/libraries.properties
        0  lib/optional/
    45024  lib/optional/hamcrest-core-1.3.jar
    53070  lib/optional/hamcrest-library-1.3.jar
   120640  lib/optional/junit-3.8.2.jar
   314932  lib/optional/junit-4.12.jar
   382708  lib/optional/junit-4.13.1.jar
   381765  lib/optional/junit-4.13.jar
   108227  lib/optional/junit-jupiter-api-5.2.0.jar
   142943  lib/optional/junit-jupiter-engine-5.2.0.jar
    78293  lib/optional/junit-platform-commons-1.2.0.jar
    89942  lib/optional/junit-platform-engine-1.2.0.jar
    80169  lib/optional/junit-platform-launcher-1.2.0.jar
    62201  lib/optional/junit-vintage-engine-5.2.0.jar
      151  lib/README
    15291  LICENSE
        0  manual/
     1201  manual/index.html
           ...
      306  NOTICE
     1916  patch.xml
     4371  README
        0  src/
        0  src/antidote/
      260  src/antidote/WHAT-IS-THIS-P
        0  src/etc/
    57678  src/etc/ant-bin.wxs
     4894  src/etc/ant-msi.wxs
     3836  src/etc/ant-update.xsl
        0  src/etc/testcases/
           ...
        0  src/main/
        0  src/main/org/
        0  src/main/org/apache/
        0  src/main/org/apache/tools/
        0  src/main/org/apache/tools/ant/
    50682  src/main/org/apache/tools/ant/Main.java
           ...
        0  src/script/
    11730  src/script/ant
     7471  src/script/ant.bat
     2856  src/script/ant.cmd
           ...
        0  src/tests/
        0  src/tests/antunit/
        0  src/tests/junit/
           ...
        0  src/tutorial/
        0  src/tutorial/hello-world/
           ...
   262337  WHATSNEW
---------  -------
 18471264                     2732 files

 

Apache Ant Source Code Files

build.xml Required by Apache Ant

Apache Ant - Java Build Tool

⇑⇑ Java/JAR Tools

2021-07-10, 747🔥, 0💬