Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 83651 invoked from network); 11 Aug 2004 12:39:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Aug 2004 12:39:30 -0000 Received: (qmail 75132 invoked by uid 500); 11 Aug 2004 12:39:29 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 74874 invoked by uid 500); 11 Aug 2004 12:39:27 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 74860 invoked by uid 99); 11 Aug 2004 12:39:27 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 11 Aug 2004 05:39:21 -0700 Received: (qmail 29751 invoked by uid 50); 11 Aug 2004 12:40:55 -0000 Date: 11 Aug 2004 12:40:55 -0000 Message-ID: <20040811124055.29750.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 30590] New: - chmod for directories does not work as documented X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=30590 chmod for directories does not work as documented Summary: chmod for directories does not work as documented Product: Ant Version: 1.6.1 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Documentation AssignedTo: dev@ant.apache.org ReportedBy: m.nolden@dkfz-heidelberg.de I want to change the permissions of a empty directory create with the mkdir task. The chmod task takes exactly one attribute of "dir" or "file". The documentation says you should use the "file"-attribute to change the permissions of a single directory itself, but it only works if you set the attribute dir="". --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org