| task 'ant ' and current directory | task 'ant ' and current directory 2003-03-16 - By Mike McNally
> I've some directory properties in my build.xml like: > <property name="contrib.dir" value="./contrib"/>
If you want the path to really be relative, then I think it's correct to set it with a "value" attribute. However, if you want to bind the property to a path at the point you define it, then use "location=" instead of "value=".
-- [ you are my main foo ] Mike McNally -- m5@(protected)
|
|
 |