ant 설치하기.

ITWeb/서버관리 2011. 9. 7. 13:45

# 다운로드

    http://ant.apache.org/bindownload.cgi


# 압축풀기

    tar -xvzf apache-ant-1.8.2-bin.tar.gz

 

# configure & make

    cd /home/계정/app

    mkdir ant

    cd ant

    mv -f /home/계정/dist/apache-ant-1.8.2/* .

: