tags:

views:

29

answers:

1

I would like to convert a relative path to an absolute path.

How is that done?

+3  A: 

The location attribute on the property task will convert relative paths to absolute.

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