Hi, I'm using the <zip>/<zipfileset> combination to construct an archive for distribution. However, given the following directory structure:
\alpha A.txt B.txt C.txt \beta foo.c bar.c If I want to zip up everything in this directory, but exclude any .c files, it will include an empty 'beta' directory. Is it possible to inform <zipfileset> to ignore empty directories? Cheers, --- Daniel Becroft