You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/08/11 14:40:55 UTC

DO NOT REPLY [Bug 30590] New: - chmod for directories does not work as documented

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30590>.
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="<dirname>".

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org