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 2003/05/14 15:12:20 UTC

DO NOT REPLY [Bug 11003] - inheritall="false" doesn't exclude task-defined properties

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=11003>.
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=11003

inheritall="false" doesn't exclude task-defined properties





------- Additional Comments From bodewig@apache.org  2003-05-14 13:12 -------
You are correct - and this is the intended behavior.

Nested <property> in <ant> (<param> in <antcall>) means the same thing as the
properties defined on the command line.  They will always get inherited.