1
개미에서는 파일 경로를 상대 경로로 어떻게 변환 할 수 있습니까? 여기에 내가 여전히 파일의 전체 경로를 유지하는 지금까지 무엇을 가지고전체 경로에서 상대 경로로 변환
<path id="build.classpath">
<fileset dir="../../lib">
<include name="*.jar"/>
</fileset>
</path>
<pathconvert property="mf.classpath" pathsep=" " refid="build.classpath">
<map from="${build.classpath}" to="lib/"/>
</pathconvert>