使用
pathconvert任务将路径转换为属性
<path id="classpath">....</path><pathconvert property="classpathProp" refid="classpath"/><echo>Classpath is ${classpathProp}</echo>用于pathconvert的文档。

使用
pathconvert任务将路径转换为属性
<path id="classpath">....</path><pathconvert property="classpathProp" refid="classpath"/><echo>Classpath is ${classpathProp}</echo>用于pathconvert的文档。