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/01 07:53:16 UTC

DO NOT REPLY [Bug 19437] - Allow targets to be inherited to lower level subprojects like 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=19437>.
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=19437

Allow targets to be inherited to lower level subprojects like properties





------- Additional Comments From stevel@apache.org  2003-05-01 05:53 -------
Axis already has an XML entity inclusion; ant1.6 adds <include>. Then there is
target reuse through <ant>. 

So all you want can probably be done today, the only issue is "is there a more
elegant approach", just as C++ initially added nothing that wasnt in C, just
made it usable.