Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
task 'ant ' and current directory

task 'ant ' and current directory

2003-03-16       - By Mike McNally
Reply:     1     2  

> 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)


©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.