Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
Download Apache Ant Source Package
How to download Apache Ant Source Package?
✍: FYIcenter.com
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
2021-07-10, ∼1343🔥, 0💬
Popular Posts:
How to perform XML Schema validation with sax\Writer.java provided in the Apache Xerces package? You...
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries. JRE (Java Runtime) 8 is the runtime e...
What Is mail.jar of JavaMail 1.4? I got the JAR file from javamail-1_4.zip. mail.jar in javamail-1_4...
How to download and install ojdbc5.jar for Oracle 11g R1? ojdbc5.jar for Oracle 11g R1 is a Java 5 J...
ZooKeeper is a centralized service for maintaining configuration information, naming, providing dist...