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

Test for empty folder?

2005-07-27 Thread Michael Owen
Hi, How do can test if a folder is empty? Mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Moving certain folders with a folder

2005-07-22 Thread Michael Owen
Hi, How do you move only certain folders with a folder? Tried: Any help? Mike --