Ever wanted how to get parent directories started from current location ??
The following lines from a build.xml file located in /home/manu/tmp/build will set father to /home/manu/tmp and grandFather to /home/manu
<property value="father" location=".."> <property value="grandFather" location="../..">