Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 5860 invoked from network); 23 Jun 2006 18:41:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jun 2006 18:41:32 -0000 Received: (qmail 46303 invoked by uid 500); 23 Jun 2006 18:41:27 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 46267 invoked by uid 500); 23 Jun 2006 18:41:26 -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 46255 invoked by uid 99); 23 Jun 2006 18:41:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jun 2006 11:41:26 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of glennoph@gmail.com designates 64.233.166.183 as permitted sender) Received: from [64.233.166.183] (HELO py-out-1112.google.com) (64.233.166.183) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jun 2006 11:41:26 -0700 Received: by py-out-1112.google.com with SMTP id d80so945005pyd for ; Fri, 23 Jun 2006 11:41:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FaV70g/3OyAIrMX5z/OvlMGvnskAzKCc59iAPTt2eKyYiSMjr3hO6w5W69R/KbU+mW9sEJlj5lXOFeO3Dmc+JV7dWnT2nLdtx8zkjGQIkrlJJZ4m5U0TKesIpTKcq/GOBPfohwfW9YuQvBnYuByQgJdoxTgDE1eqe4aPcrYPInw= Received: by 10.35.91.15 with SMTP id t15mr2606558pyl; Fri, 23 Jun 2006 11:41:05 -0700 (PDT) Received: by 10.35.131.11 with HTTP; Fri, 23 Jun 2006 11:41:05 -0700 (PDT) Message-ID: Date: Fri, 23 Jun 2006 13:41:05 -0500 From: "glenn opdycke-hansen" To: "Ant Users List" Subject: Re: CHMOD Problem In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Some things to check: 1. what version of ant is being used? The version of ant might pre-date support for chmod 2. is ${REAL} set to the correct value? I just had a problem where a property was not set as expected. 3. try setting verbose="true" for chmod task and run again. --glenn --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org