๋ฐ์ํ
ant๋ Java ๊ธฐ๋ฐ์ ๋น๋ํด๋ก ๋ฆฌ๋ ์ค์์ make ์ ์ ์ฌํ ๊ธฐ๋ฅ์ ์ ๊ณตํฉ๋๋ค.
1. ์๋ ์ฃผ์์์ ant ์ต์ ๋ฒ์ ํ์ธ
- apache-ant-1.10.5-bin.tar.gz ํ์ผ ํ์ธ
- https://archive.apache.org/dist/ant/binaries/
2. ๋ค์ด๋ก๋
wget https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.tar.gz
3. ์์ถ ํด์
tar -zxvf apache-ant-1.10.5-bin.tar.gz
4. ํจ์ค ์ค์
- ๋ณธ์ธ์ด ์์ถํด์ ํ bin ๊ฒฝ๋ก๋ฅผ ์ค์ ํ๋ฉด ๋ฉ๋๋ค
vi ~/.bash_profile
-- ์๋ ๋ด์ฉ ์ถ๊ฐ
export ANT_HOME=/usr/bin/ant
export PATH=$PATH:$ANT_HOME/bin
5. ์ค์ ์ ์ฉ
source ~/.bash_profile
6. ๋ช ๋ น์ด๋ก ์ค์น ํ์ธ
ant -v
๐ ์ฐธ์กฐ
- ant ์คํ ์ command not found ๋ ๊ฒฝ์ฐ ์๋ ์์น์์ PATH๋ฅผ ๋ชจ๋ ํ์ธํด ์ค๋๋ค.
- /etc/profile ๋ง ์ค์ ํด ์ฃผ๋ฉด ๋์ง๋ง ๊ธฐ์กด์ PATH๋ฅผ ๋ค๋ฅธ ๊ฒฝ๋ก์์ ์ค์ ํ๊ณ ์๋ค๋ฉด ๊ฐ์ด ๋ด์ค์ผ ํฉ๋๋ค..ใ ใ
/etc/profile
~/.bash_profile
~/.bashrc