Re: Ant task to unzip files to a dynamic folder

2009-10-05 Thread Varman
Hi, Great thanks..that works. But its not working in windows. For windows we have to give something like See the change in regexp. How can i make it generic for both linux and windows? -Arul Andy Stevens-2 wrote: > > 2009/9/24 Varman : >> Hi all, >> >> I to

Ant task to unzip files to a dynamic folder

2009-09-23 Thread Varman
Hi all, I too have same requirements in which i want extract zip files to different folders without using custom codes. This is the code am using. this extracts all zip files to "destination_dir" and so files with same name gets overwitten (i want to avoid this). For me each zip file has to be ex