태그 : ant 요약보기전체보기목록닫기

1

[Ant]Combine two jars into a single jar

 <target name="combine_jar" description="combine two jars into a single jar">        <jar destfile="${dest.dir}/combine.jar" >   &n...
1

라이프로그