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 [EMAIL PROTECTED]  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to