Sunils_82 wrote: > I'm using the sample specified in the ANT > > <unzip src="${resource.dir}/sample.zip" dest="${resource.dir}/images"> > <patternset> > <include name="**/*.gif"/> > <include name="**/*.GIF"/> > </patternset> > </unzip> > > But this extracts contents from all the folders present in the zip file. All files with the extension of .gif and .GIF from all of the folders? > > Wanted to know how to specify the folder name from which these gif files are > to be extracted. Did you try changing the wild card folder component in the include from '**/' to include the folder name you want to extract?
-- Mark --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org