Your include tag needs to look like this: <includes name="**/*.*"/>
The "**" matches on any directory. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanjoy Sent: Wednesday, November 17, 2004 7:07 AM To: [EMAIL PROTECTED] Subject: [Nant-users] [HELP][Nant Users][Ziping Files & Sub Folders Content ][Using NANT script] Dear All, I have following nant build script for zipping. I am not able to zip the subfolders and its content in the zip file created. It is only zipping files of base folder. <target name="Zipcdkit" description="Zip the CD kit setup"> <echo message="Making Zip File of Setup Kit"/> <zip zipfile="CDkitSetp.zip"> <fileset basedir="${CDKitZip.Folder}"> <includes name="*.*"/> </fileset> </zip> </target> Thanks Sanjoy ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users