Hi there, I've read that whole page before, and have seen the examples as well.
I'm referring to a bug in ant that caused it to skip empty directories in the "fileset" when creating the zip file. As a workaround, I've used ant:touch to create an empty file in the directory so that the zip works. Regards, Vinod. On 7/25/05, NATARAJAN Sasi Kumar <[EMAIL PROTECTED]> wrote: > Hai Vinod > > (Maven1.0.2) > Can you refer following url > > http://ant.apache.org/manual/CoreTasks/zip.html > > and use this > EX: > > <zip destfile="${dist}/manual.zip"> > <zipfileset dir="htdocs/manual" prefix="docs/user-guide"/> > <zipfileset dir="." includes="ChangeLog27.txt" > fullpath="docs/ChangeLog.txt"/> > <zipfileset src="examples.zip" includes="**/*.html" > prefix="docs/examples"/> > </zip> > > Cheers > Sasikumar --snip-- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
