Well as a bit of a hack you can move a null directory. That is <move todir=""> <fileset dir=""/> </move>
Which will do nothing (but it does attempt to self-referential move. How does this help, you might ask? Well you can then use your <available> to define a property to be null if the dir doesnt exist, or the dir name if it does, and then apply this move task to it. This saves you doing another target. Cheers -Geoff -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
