heum-story.tistory.com/101
[리눅스] ant 설치 및 설정
1. 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-an..
heum-story.tistory.com
oingdaddy.tistory.com/79
linux에 Apache Ant 설치하기
지금은 많이 사용되지 않는 기술인 ant 이지만 언젠가는 다시 사용할수 있기에 설치방법을 정리해본다. (지금은 2020년인데 아직도 어느 프로젝트에서는 ejb 2.0을 사용하는 곳도 있기에...) 일단 ant
oingdaddy.tistory.com
keungs.tistory.com/6
[ANT] Linux에 ANT 설치
Linux에 ANT 설치 1. ANT 다운로드 아래 apache 사이트에서 ant 다운로드 수행 http://ant.apache.org http://ant.apache.org/bindownload.cgi 2. 압축해제 원하는 위치에 압축 해제 수행 예 : zcat apache-ant..
keungs.tistory.com