On 2012-04-24, Dave Pawson wrote:

> In bash it might be

> #check/create fo directory for output, per font
> if [[ ! -d ${here}/fo ]]
>     then
>     mkdir ${here}/fo
> fi

In ant that would be

<mkdir dir="${here}/fo"/>

If the directory already exists the task simply doesn't do anything.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to