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