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 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]