Will the style task handle directory trees? I could just place the .xml into the appropriate directory...
And the answer is, yes, it does - if the target directory exists. So the next question is either: how do I duplicate a directory structure, or can the style task automatically ensure that the directories it needs exist, creating them as needed (as javac does)?
