Re: Having files only in zip

2005-08-01 Thread Gisbert Amm
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

Having files only in zip

2005-08-01 Thread Michael Owen
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