Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
wget http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.tar.gz

Image RemovedImage Added

Step 2. Extract Downloaded File

Code Block
gunzip -c apache-ant-1.8.2-bin.tar.gz |tar xvf -

Image RemovedImage Added

Step 3. Set Environmental Variables

...

Code Block
export ANT_HOME=/opt/apache-ant-1.8.2
export PATH=${ANT_HOME}/bin:${PATH}

Image RemovedImage Added

Step 4. Check Installation

Code Block
ant -version

Image RemovedImage Added

Excerpt
hiddentrue

Instructions to install Apache Ant on Solaris.

...