如何将Ant中的相对path转换为绝对path?

我想将相对path转换为绝对path。

这是怎么做的?

属性任务上的location属性会将相对path转换为绝对path。

<property name="absolute.path" location="${relative.path}"/>