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.
Wanted to know how to specify the folder name from which these gif files are
to be extracted.
Thanks,
Sunil
--
View this message in context:
http://www.nabble.com/Unzip-specific-folders-in-ANT-tp21685421p21685761.html
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]