Re: Unzip task question

2008-09-10 Thread Hans Schwaebli
Thank you. I will try this. --- On Wed, 9/10/08, Stefan Bodewig <[EMAIL PROTECTED]> wrote: From: Stefan Bodewig <[EMAIL PROTECTED]> Subject: Re: Unzip task question To: user@ant.apache.org Date: Wednesday, September 10, 2008, 8:44 AM On Wed, 10 Sep 2008, Hans Schwaebli <[EMAIL PR

Re: Unzip task question

2008-09-10 Thread Stefan Bodewig
On Wed, 10 Sep 2008, Hans Schwaebli <[EMAIL PROTECTED]> wrote: > I want to unzip a part of the zip file. > > For example in the zipfile there are these folders: > > -a >  -b >  -c >  -d >   -e >  -f > > I want just folder "e" to export. But if I do, then it creates the > whole structure in the

Unzip task question

2008-09-10 Thread Hans Schwaebli
I want to unzip a part of the zip file. For example in the zipfile there are these folders: -a  -b  -c  -d   -e  -f I want just folder "e" to export. But if I do, then it creates the whole structure in the output folder: -a  -d   -e I use: