Ant 빌드할때 SVN에서 해당 리비전 버전만 업데이트 하고 싶어서 찾은 옵션 입니다.
Ant 빌드시 호출 명령어에서 값을 넘기는 옵션 입니다. (-D 옵션)
ant의 build.xml 에 <arg line="update -r ${revision_num}" /> 식으로 선언이 되어 있다면
호출시 ant -f build.xml -Drevision_num=1234 이렇게 적어주시면 됩니다. (2개라면 ant -f build.xml -Dkey1=value1 -Dkey2=value2)
f옵션은 build.xml(기본 파일명) 이 아닐 경우 적어줍니다. 예를 들면 build_dev.xml 같은 경우
ant for (ant 반복문, iterate) (0) | 2015.04.23 |
---|---|
파일 합치기 (0) | 2015.04.21 |
sed (0) | 2015.04.16 |
shellscript tee (0) | 2015.04.15 |
cp: omitting directory 에러 (0) | 2015.04.10 |
댓글 영역