OK, how do we want to implement <macrodef> attributes:
                                  current
 [ ] as textual substitution    ~ 4
 [ ] as "real" Ant properties   ~ 2

undecided                       ~ 1

If macrodef attribute are to be implements as substitutions, what
should be the notation? (where x is the attribute name)

 [ ] as ${x} (look like ant properties)
 [ ] as $(x) 
 [ ] as @x
 [ ] as ${attribute:x}
 [ ] as @{x}
 [ ] some thing else



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

Reply via email to