DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6016>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6016 includesfile and excludesfile attributes don't exist in <chmod> Summary: includesfile and excludesfile attributes don't exist in <chmod> Product: Ant Version: 1.4.1 Platform: PC OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, I encountered an inconsistency between the User's manual and Ant's actual behaviour in respect to the <chmod> task. The manual says that <chmod> has 13 attributes, including "includesfile" and "excludesfile". But if I use any of these attributes with the <chmod> task, the build fails. In my search for a more authoritative reference than the User's manual, I generated a DTD with <antstructure /> and validated the file wich PASSED the validation tests. The <chmod> element in the DTD has 22 attributes which seem to be a a superset of the attributes that belong to <apply>. Many don't make any sense with <chmod>. The DTD also allows many nested child elements not mentioned in the User's guide. Since there are other (better) ways to define an includeslist, this is not a limiting problem. Helder. -- Helder da Rocha Web Consultant S�o Paulo, Brazil -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
