SJAVA :: HTTP://WWW.SJAVA.NET

관리자 | 글쓰기

SJAVA :: HTTP://WWW.SJAVA.NET » tools

call ant task in another build file

mcsong | 2008/06/18 19:55

Ant로 프로젝트를 빌드할 경우, 의존관계에 있는 프로젝트도 새롭게 빌드하기 위해서는,메인 빌드파일에서 다른 빌드파일의 task를 실행시켜 줘야 합니다.

<target name="appc">
  <ant antfile="${build.dir}/ant/utilities.xml" inheritAll="true" target="appc">
    <property name="classpath" refid ="${appserver}.path"/>
    <property name="appcMemory" value="256m"/>
  </ant>
</target>
이올린에 북마크하기(0) 이올린에 추천하기(0)


태그 ,

(go to top)

◀ recent | 1 | ... 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | ... 160 | previous ▶