Sunils_82 wrote:
> Yes i tried specifying the wildcard using the folder name as mentioned below
> 
> <include name="**/resource/images/*.gif"/> 
> 
> But this didn't extract the contents under the ./resource/images folder.
> 
> 
Should \ vs / matter?  It seems to for me...

Can you try :-

   <include name="**\resource\images\*.gif"/>

please?  Perhaps include the output from "ant -verbose"?

-- 
Mark

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

Reply via email to