--- Tony Rogers <[EMAIL PROTECTED]> wrote:
> Just out of curiosity, has there been any work done
> towards making the
> <mkdir> task nest-able?
>
> For example:
>
>
> <mkdir dir="dir">
>
> <mkdir dir="subdir" />
>
> <mkdir dir="another_subdir">
> <mkdir dir="a_sub-subdir" />
> </mkdir>
>
> </mkdir>
>
>
> Which would create:
>
>
> --- + dir
> | - subdir
> | + another_subdir
> | | - a_sub-subdir
Why not simply
<mkdir dir="dir/subdir" />
<mkdir dir="dir/another_subdir/a_sub-subdir" />
?
-Matt
>
>
>
> If so, where can I find it?
>
> If not, are there any particular reasons not to?
> (It seems so natural a
> thing to do in XML, but it doesn't workâ¦)
>
>
>
> -- Tony
>
>
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>
>
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]