Focusing on .../Java
2011. 3. 12. 04:02
1. Ivy란?
- Apache Ivy is a popular dependecny manager focusing on flexibility and simplicity.
2. 설치
- download url : http://ant.apache.org/ivy/download.cgi

- 언제나 그렇지만, 자기를 읽어달라는 파일이 있다. 당연히 봐야겠지^^
"Please read doc/install.html for installation instructions."
문서를 보면 이런 문구를 발견, 당연히 다음 스테이지는..고.
- 다음 지시사항을 하달 받음
지시대로 ivy.jar를 복사하고, 지시대로 hello를 해보자.


성공적으로 설치 되었다는 메시지를 확인했다.
- Apache Ivy is a popular dependecny manager focusing on flexibility and simplicity.
2. 설치
- download url : http://ant.apache.org/ivy/download.cgi
- 언제나 그렇지만, 자기를 읽어달라는 파일이 있다. 당연히 봐야겠지^^
"Please read doc/install.html for installation instructions."
문서를 보면 이런 문구를 발견, 당연히 다음 스테이지는..고.
- 다음 지시사항을 하달 받음
성공적으로 설치 되었다는 메시지를 확인했다.
댓글을 달아 주세요
ivy보다 maven이 대세인거 같아요.. ^^
2011.03.29 01:32ivy는 태생이 ant이다 보니.. 좀.. 올드하고 복잡한 느낌(?) ㅋㅋ