Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In order to compile and run sample clients for WSO2 products, it is necessary to install the latest version of Apache Ant that is compatible with the product.

Info
titleNote

Refer to to Installation Prerequisites for the list of all applications necessary to install and work with WSO2 products you plan to use.

...

Establish a SSH connection to the Linux machine or log in on the text Linux console. You should either log in as root or obtain root permissions after login via su or sudo command.

Step 1. Download Apache Ant

Code Block
wget http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.tar.gz
Wiki Markup
!download-Apache-Ant.png|alt="Download Apache Ant"!

Step 2. Extract Downloaded File

Code Block
gunzip -c apache-ant-1.8.2-bin.tar.gz |tar xvf -
Wiki Markup
!extract-Apache-Ant.png|alt="Extract Apache Ant"!

Step 3. Set Environmental Variables

Add the following lines to BASHRC file:

...

Wiki Markup
!export-ant.png|alt="Export Apache Ant"!

Step 4. Check Installation

Code Block
ant -version
Wiki Markup
!ant-version.png|alt="Apache Ant version"!

...