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/11/14 17:27:55 UTC

DO NOT REPLY [Bug 24712] - macrodef sequential should be implicit

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

macrodef sequential should be implicit





------- Additional Comments From peter.reilly@corvil.com  2003-11-14 16:27 -------
I am rejected this for three reasons:
1) there may be future tasks/types with the name element or attribute
2) It may be too easy to mix the attribute/element with the
   contents of the macro:

<macrodef name="show">
  <echo> a is ${a}</echo>
  <property name="inmacro" value="Set in macro"/>
  <attribute name="a" default="a an attribute"/>
  <x/>
  <element name="x"/>
</macrodef>

3) Making the mods would not be worth the gain.

Peter

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