Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

!download-Apache-Ant.png|alt="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 AntImage Added

Step 2. Extract Downloaded File

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

Extract Apache AntImage Added

Step 3. Set Environmental Variables

...

!export-ant.png|alt="Export Apache Ant"!
Code Block
export ANT_HOME=/opt/apache-ant-1.8.2
export PATH=${ANT_HOME}/bin:${PATH}
Wiki Markup

Export Apache AntImage Added

Step 4. Check Installation

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

Apache Ant versionImage Added

Excerpt
hiddentrue

Instructions to install Apache Ant on Solaris.

...