RE: difference between unzip task and unzip executable

2011-11-07 Thread Justin Georgeson
Thanks. I've commented below > -Original Message- > From: Rainer Noack [mailto:rai...@noacks.net] > Sent: Monday, November 07, 2011 2:37 PM > To: dev@ant.apache.org; Ant Users List > Subject: Re: difference between unzip task and unzip executable > > Hi Ju

Re: difference between unzip task and unzip executable

2011-11-07 Thread Rainer Noack
November 07, 2011 1:46 PM To: dev@ant.apache.org Subject: RE: difference between unzip task and unzip executable I started asking this on the user list, but no response, and it seems deeper than just incorrect usage. Apologies if that's what it turns out to be. I've broken it down into a very

RE: difference between unzip task and unzip executable

2011-11-07 Thread Justin Georgeson
1 PM To: u...@ant.apache.org Subject: RE: difference between unzip task and unzip executable Just to eliminate any possibility of file handle closure, disk I/O flushing, etc. I put the in a separate target that only does the unzip, ran that target by itself, and then ran ant a second time for t

RE: difference between unzip task and unzip executable

2011-11-07 Thread Justin Georgeson
1 PM To: u...@ant.apache.org Subject: RE: difference between unzip task and unzip executable Just to eliminate any possibility of file handle closure, disk I/O flushing, etc. I put the in a separate target that only does the unzip, ran that target by itself, and then ran ant a second time for the jav