I'm trying to write a replacement of the integrated <zip> task so that it supports passwords using <exec> and 7za.exe. The idea is to have a drop-in replacement of the <zip> task.
The difficulty is, that <zip> support so many ways to declare which files to include/exclude such as:
includesincludesfileexcludesexcludesfiledefaultexcludes- and nested
<fileset>declarations
Is there a way to use the result of these fileset instructions inside the exec task?