On 24 April 2012 16:00, Stefan Bodewig <bode...@apache.org> wrote: > 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
Even easier. Thanks Stafan. regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org