see this page.... http://ant.apache.org/manual/CoreTasks/zip.html<http://ant.apache.org/manual/index.html> Checkout this example...... ======================================================================= The code
<zip destfile="${dist}/manual.zip"> <zipfileset dir="htdocs/manual" prefix="docs/user-guide"/> <zipgroupfileset dir="." includes="examples*.zip"/> </zip> zips all files in the htdocs/manual directory into the docs/user-guidedirectory in the archive and includes all the files in any file that maches examples*.zip, such as all files within examples1.zip or examples_for_brian.zip. ====================================================================== On 4/21/07, prasad kumar <[EMAIL PROTECTED]> wrote:
Hi, i tried with all the options it is not including the folder it is including only files and zipping is it possible inculde folder in zip?? if anybody knows,respond that's great appreciation thanks, prasad --------------------------------- Check out what you're missing if you're not on Yahoo! Messenger
-- Regards, Aruna Challapalli