2009/1/27 Sunils_82 <sunils...@yahoo.com>:
> 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"/>
...
> But this extracts contents from all the folders present in the zip file.

Take a guess at what the "**" wildcard means...

> Wanted to know how to specify the folder name from which these gif files are
> to be extracted.

                <include name="just_from_this_folder/*.gif"/>

but using the relevant folder name, obviously.


Andy
-- 
http://pseudoq.sourceforge.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to