I currently have a tag in the file I am working on labeled clean which will delete a directory for me.  Can I add to the same clean tag a command to delete a file in another directory or do I have to create another tag all on its own to remove this extra file from another directory.
<delete>
    <fileset dir="a/b/c" file="file1"/>
    <fileset dir="x/y/z" file="file2"/>
   ... more fileset ...
  </delete>

Reply via email to