Flavio Cordova wrote:
> I have finally found some time to take a look at that.. :-)
> 
>  >>> build.work-dir etc. being relative paths (should be okay).
> 
> Exactly... that's the problem.. In fact it would work fine if I had defined
> the property using location attribute, and not the value attribute.
>  Before:
> <property name="build.work-dir" value="./tmp/work"/>
> <property name="build.log-dir" value="./tmp/logs"/>
>  Now:
> <property name="build.work-dir" location="./tmp/work"/>
> <property name="build.log-dir" location="./tmp/logs"/>
>  Value attribute also works if you use a full path name.
>  Thanks for all !!!

Fantastic. Thanks for the feedback. The documentation
needs to be enhanced. The only place that it mentions
the "location" attribute is here:
http://forrest.apache.org/tools/forrestbot.html#getsrc.local

-David