I'm trying to store a relative path to a file in my ant build.xml like this:
<property name="foo" location="somedir/myfile" relative="true"/>
According to the Ant manual for Property this is ok syntax, but when running it Ant says:
property doesn't support the "relative" attribute
I'm using Apache Ant version 1.7.1 compiled on August 13 2009