Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 70906 invoked from network); 13 Apr 2006 14:41:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Apr 2006 14:41:00 -0000 Received: (qmail 32834 invoked by uid 500); 13 Apr 2006 14:38:46 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 32769 invoked by uid 500); 13 Apr 2006 14:38:46 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 32730 invoked by uid 99); 13 Apr 2006 14:38:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Apr 2006 07:38:46 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [12.11.148.122] (HELO relay2.ptc.com) (12.11.148.122) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Apr 2006 07:38:44 -0700 Received: from hq-ex3fe3.ptcnet.ptc.com ([132.253.201.67]) by relay2.ptc.com with ESMTP; 13 Apr 2006 10:35:12 -0400 X-IronPort-AV: i="4.04,118,1144036800"; d="scan'208,217"; a="131497754:sNHT29617800" Received: from HQ-MAIL4.ptcnet.ptc.com ([132.253.202.96]) by hq-ex3fe3.ptcnet.ptc.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 13 Apr 2006 10:35:08 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C65F07.76C8942A" Subject: Unzip Question Date: Thu, 13 Apr 2006 10:35:08 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Unzip Question Thread-Index: AcZfB3ZjKwWWb1ZcTvazCqi+Ysy25A== From: "Fenlason, Josh" To: X-OriginalArrivalTime: 13 Apr 2006 14:35:08.0836 (UTC) FILETIME=[76C04640:01C65F07] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C65F07.76C8942A Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I'm trying to extract only js files from a zip file and not retain the folder structure from the zip file. =20 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 sense. =20 Is that possible? The "Mapping File Names" section sounds promising, but I'm a bit confused about how to use it. It its not possible to do this with the unzip task. Is there a way to do it if I extracted to a temp file? Thanks in advance. , Josh. ------_=_NextPart_001_01C65F07.76C8942A--