사용자 도구

사이트 도구


gant:scripts

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
gant:scripts [2012/10/17 18:22]
kwon37xi
gant:scripts [2012/10/18 17:41] (현재)
kwon37xi
줄 18: 줄 18:
  
   * 다른 Gant 파일의 타겟 끌어오기<code groovy>   * 다른 Gant 파일의 타겟 끌어오기<code groovy>
-includeTargets << new File('source/org.codehaus/groovy/gant/targets/clean.garnt')+includeTargets << new File('source/org.codehaus/groovy/gant/targets/clean.gant')
 </code> </code>
   * File 클래스 대신 파일을 나타내는 문자열을 바로 써도 상관 없는 경우도 있다. javac    * File 클래스 대신 파일을 나타내는 문자열을 바로 써도 상관 없는 경우도 있다. javac 
 +  * 기본 타겟 지정. ''gant'' 명령만 내려도 기본 타겟이 실행된다. <code groovy>
 +setDefaultTarget(compile)
 +</code>
gant/scripts.1350465777.txt.gz · 마지막으로 수정됨: 2012/10/17 18:22 저자 kwon37xi