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 |
---|
|
Refer to Installation Prerequisites for the list of all applications necessary to install and work with WSO2 products you plan to use. |
...
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"!
Image Added
Code Block |
---|
gunzip -c apache-ant-1.8.2-bin.tar.gz |tar xvf - |
Wiki Markup |
!extract-Apache-Ant.png|alt="Extract Apache Ant"!
Image Added
Step 3. Set Environmental Variables
...
Code Block |
---|
export ANT_HOME=/opt/apache-ant-1.8.2
export PATH=${ANT_HOME}/bin:${PATH} |
Wiki Markup |
!export-ant.png|alt="Export Apache Ant"!
Image Added
Step 4. Check Installation
Code Block |
---|
ant -version |
Wiki Markup |
!ant-version.png|alt="Apache Ant version"!
Image Added
Excerpt |
---|
|
Instructions to install Apache Ant on Solaris. |
...