P.S. 

no =
<available file="/local/tmp" type="dir" property="out.dir" />
would set ${out.dir} = true but you want /local/tmp
therefore the use of the value attribute

<available property="out.dir" value="/local/tmp" type="dir"
file="/local/tmp" /> should work

maybe you don't have the appropriate rights on /local/tmp ?
Or the other <available> task is called earlier and the
out.dir property once set to /tmp/${user.name} is immutable


Regards, Gilbert
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to