Download Ant 1.8 2



This brief tutorial shows students and new users how to install Apache Ant on Ubuntu 18.04 | 16.04.

Apache Ant™ Apache Ant is a Java library and command-line tool that help building software. Downloading Apache Ant Use the links below to download a binary distribution of Ant from one of our mirrors. It is good practice to verify the integrity of the distribution files, especially if you are using one of our mirror sites. The information on this page is only about version 2.0.1 of Ant Download Manager versie 2.0.1. How to delete Ant Download Manager versie 2.0.1 from your PC with the help of Advanced Uninstaller PRO Ant Download Manager versie 2.0.1 is an application released by the software company AntGROUP, Inc. Some users want to uninstall this program.

Apache Ant is a Java library and tool that has number of built-in tasks allowing to compile, assemble, test and run Java applications. If you’re going to be developing Java apps, you may need Apache Ant to help automate the process.

For student or new user looking for a Linux system to learn on, the easiest place to start is Ubuntu Linux OS. It’s a great Linux operating system for beginners.

Ubuntu is an open source Linux operating systems that runs on desktops, laptops, server and other device.

While learning Ubuntu, you will find that Linux isn’t so different than Windows and other operating systems in so many ways, especially when it comes to using the system to get work done.

To get started with installing Apache Ant on Ubuntu, please follow the steps below:

Step 1: Install OpenJDK 8

Apache Ant is a Java based app so you’ll need Java installed. First, download the Java 8 Development Kit: either the official Oracle JDK or Open JDK

For this tutorial, we’re going to be install OpenJDK.

To do that, run the commands below:

After installing Java, you can verify it by running the commands below:

java -version

It should output something similar as shown below:

After, continue below to install Apache Ant.

Step 2: Install Apache Ant via Apt

Apache Ant comes via Ubuntu default repositories. However, the version with comes with Ubuntu repositories might not be the latest version. If you wish to install the latest, you may have to install it manually or via third party repositories.

Ant

To install Apache Ant using apt-get, simply execute the following commands:

To verify if Ant is installed, use the commands below:

ant -version

It should output similar line as below:

That’s how to install Apache Ant via Apt-get

Option 2: Install Apache Ant using SDKMAN

You can also install Apache Ant via SDKMAN tool.

SDKMAN is a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems. You’ll need to install SDKMan too.

Download apache ant windows

Installing SDKMAN! on UNIX-like platforms is as easy as ever.

Run the commands below to download and install.

After installing, you should see an output as similar to the one below:

Next, activate it

source '$HOME/.sdkman/bin/sdkman-init.sh'

Lastly, run the following code snippet to ensure that installation succeeded:

sdk version

If all went well, the version should be displayed. Something like:

After installing SDKMAN, simply run the commands below to install Apache Ant.

After installing, it should output similar message as below:

When finishes, you can verify whether Ant is installed successfully or not by checking its version:

ant -version

Option 3: Download and Install Ant Manually

If you want to manually download and install Apache Ant yourself, simply follow the steps below:

You can download Ant distribution from the Apache Ant website. Currently, the latest release of Ant is version 1.10.7.

To download, run the commands below, then extract it.

Download Apache Ant

The above command will unpack the Ant distribution to /usr/local/apache-ant-1.10.7

Next, create a symbolic link to the Ant distribution by running the commands below.

Windows

sudo ln -s /usr/local/apache-ant-1.10.7/ /usr/local/ant

After that, create a ant.sh file at /etc/profile.d folder.

sudo nano /etc/profile.d/ant.sh

Copy and paste these lines into the file and save it.

Save the file and exit.

After that, run the command below to activate the above environment variables.

source /etc/profile

You can verify Ant version by running the commands below:

ant -version

Notice a latest version is now used?

This is how to install Apache Ant on Ubuntu.

You may also like the post below:

  • Submit New Release
  • Edit Apache Ant Information
  • Submit a New Software

Java-based build tool.

Monday, July 24, 2017
Download Ant 1.8 2
  • Development
  • Utilities

Apache Ant is a Java-based build tool. In theory, it is kind of like make, without make's wrinkles.

The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks.

  • 25526
  • License
    Open Source

Downloads / Release History


24
Apache Ant 1.9.9
24
Apache Ant 1.10.1

Download Ant 1.8.2

Related Apps

ArgoUML 0.34
UML modeling tool.
Gawk 4.2.1
Re2c 0.12.3
Tool for writing very fast and very flexible scanners.
AutoGen 5.18.14
CMake 3.19.1

Ant 1.8.2 Download Windows

Highlight 3.59
Highlight is a universal code converter.

Download Apache Ant 1.8 2 For Windows

BOUML 7.5
UML 2 tool box.
DevHelp 3.29.1

Download Ant 1.7 For Windows

Comments

Download Ant 1.8 2 Player

News





Comments are closed.