Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 3920 invoked from network); 29 Jul 2009 15:15:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Jul 2009 15:15:19 -0000 Received: (qmail 41791 invoked by uid 500); 29 Jul 2009 15:15:19 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 41724 invoked by uid 500); 29 Jul 2009 15:15:19 -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 41714 invoked by uid 99); 29 Jul 2009 15:15:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jul 2009 15:15:19 +0000 X-ASF-Spam-Status: No, hits=-8.0 required=10.0 tests=RCVD_IN_DNSWL_HI,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.35.35.7] (HELO mailgw3a.lmco.com) (192.35.35.7) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jul 2009 15:15:08 +0000 Received: from emss04g01.ems.lmco.com (relay4.ems.lmco.com [166.17.13.122])by mailgw3a.lmco.com (LM-6) with ESMTP id n6TFEkvM016896for ; Wed, 29 Jul 2009 11:14:46 -0400 (EDT) Received: from CONVERSION2-DAEMON.lmco.com by lmco.com (PMDF V6.3-x14 #31428) id <0KNJ00G01UCMP3@lmco.com> for user@ant.apache.org; Wed, 29 Jul 2009 11:14:46 -0400 (EDT) Received: from EMSS04I00.us.lmco.com ([166.17.13.135]) by lmco.com (PMDF V6.3-x14 #31428) with ESMTP id <0KNJ0030VUCH3F@lmco.com> for user@ant.apache.org; Wed, 29 Jul 2009 11:14:41 -0400 (EDT) Received: from EMSS04M22.us.lmco.com ([166.17.13.75]) by EMSS04I00.us.lmco.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 29 Jul 2009 11:14:41 -0400 Date: Wed, 29 Jul 2009 10:35:49 -0400 From: "Cole, Derek E" Subject: RE: Problem with zip task In-reply-to: <4A6F3D25.8010805@symyx.com> To: Ant Users List Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.5 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Thread-Topic: Problem with zip task Thread-Index: AcoQALZf00QWMg4rRS6m3rKr8H7ADQAWRQ5g Content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: References: <4A6F3D25.8010805@symyx.com> X-OriginalArrivalTime: 29 Jul 2009 15:14:41.0360 (UTC) FILETIME=[4BD3F500:01CA105F] X-Virus-Checked: Checked by ClamAV on apache.org I don't think this will be possible really. The filesystem is actually a clearcase snapshot view on that NAS...it gets a set of default permissions when the view is created/updated. -----Original Message----- From: Alexey N. Solofnenko [mailto:alexey.solofnenko@symyx.com] Sent: Tuesday, July 28, 2009 2:02 PM To: Ant Users List Subject: Re: Problem with zip task I recently investigated a problem with NAS with a similar error - the folder creation silently failed and then file creation failed with "no such file" error. To fix it you will need to recursively set "777" file permission and correct owner user and group. - Alexey. Cole, Derek E wrote: > Has anyone encountered a problem when running a zip task, the log will > say something like > > [zip] Building zip: /path-to/some.war > > [zip] adding directory ........ > > > > Then getting an exception that says > > > > Problem creating zip: > /path-to/someotherdir/.nfs0000000000000001a121a00000003ae (No such file > or directory) > > > > > > The way the problem is listed..doesnt that seem like a problem with a > network storage access? /path-to/ is a mount to a NAS > > > ======= Notice: This e-mail message, together with any attachments, contains information of Symyx Technologies, Inc. or any of its affiliates or subsidiaries that may be confidential, proprietary, copyrighted, privileged and/or protected work product, and is meant solely for the intended recipient. If you are not the intended recipient, and have received this message in error, please contact the sender immediately, permanently delete the original and any copies of this email and any attachments thereto. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org