unzip question

2012-05-04 Thread Pozun, Stephen (H USA)
Hello, we're using ant.unzip from Groovy code. Our source zip is on a windows share, out target is on a windows share on a different server. We're making the call from a third intermediary server. In most cases this works well. In some cases, it runs VERY slowly, usually on what I'll call "o

RE: Unzip Question

2006-04-13 Thread Fenlason, Josh
That worked like a charm. Thanks for the quick response. , Josh. > -Original Message- > From: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 13, 2006 9:49 AM > To: Ant Users List > Subject: RE: Unzip Question > > Hello Josh, > > It&#

RE: Unzip Question

2006-04-13 Thread RADEMAKERS Tanguy
osh [mailto:[EMAIL PROTECTED] >Sent: Thursday, April 13, 2006 4:35 PM >To: user@ant.apache.org >Subject: Unzip Question > >I'm trying to extract only js files from a zip file and not retain the >folder structure from the zip file. >For example the zip file might look like

Unzip Question

2006-04-13 Thread Fenlason, Josh
I'm trying to extract only js files from a zip file and not retain the folder structure from the zip file. For example the zip file might look like this: /foo/bar/test.js /foo/test2.js I want to extract so they come out like this: C:\test\test.js C:\test\test2.js Hope that make se