사용자 도구

사이트 도구


gant:targets

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
마지막 판 양쪽 다음 판
gant:targets [2012/10/22 11:56]
kwon37xi [기본 Ant 태스크와 기타 태스크]
gant:targets [2012/10/22 16:54]
kwon37xi [동적 타겟 생성]
줄 59: 줄 59:
     target(name: name + '_project', description: 'Description for ' + name) {     target(name: name + '_project', description: 'Description for ' + name) {
         echo(message: "project name : ${name}")         echo(message: "project name : ${name}")
 +    }
 +}
 +target(allProject: 'run all projects') {
 +    names.each {
 +        depends(it) // 모든 name_project에 대해 의존성 걸기
     }     }
 } }
gant/targets.txt · 마지막으로 수정됨: 2012/10/22 16:55 저자 kwon37xi