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-17 12:09 -------
Just a comment,

Maybe it would have been better had we used <body> instead of <sequential>.
The reason being that <sequential> is the name of an existing task
while something like <body> will be describing just the syntactic
structure of a <macrodef>. So it would look something like:

<macrodef name="X">
  <attribute name="q"/>
  <element name="w"/>
  <body>
    <echo> blah blah blah</echo>
    <w/>
  </body>
</macrodef>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to