标签: ant
我想将相对路径转换为绝对路径。
这是怎么做到的?
答案 0 :(得分:109)
property task上的location属性会将相对路径转换为绝对路径。
<property name="absolute.path" location="${relative.path}"/>