This might probably help:
"if nothing else works, the files to a temp dir
and zip them from there."
http://www.ant-tasks.com/msg/23320.html
Regards,
Gisbert Amm
Michael Owen wrote:
Hi,
I'm using the ant script:
includes="${zip.includes}" />
My problem is I want the files included
Hi,
I'm using the ant script:
includes="${zip.includes}" />
My problem is I want the files included but not in the folders they are in,
however, I need ${zip.includes} to be a list of files to have in the zip
file, and therefore separate fileset's are not an option.
Any ideas?
Thanks,
M