On Mon, 7 Jan 2002 11:46, Conor MacNeill wrote: > > From: Peter Donald [mailto:[EMAIL PROTECTED] > > > > > Will Ant2 allow dynamically defined attributes/elements? If so, by > > > what mechanism? > > > > Probably - the mechanism has not really been decided upon I don't > > think but > > my preference was to pass the task model/task configuration/hierarchial > > hashmap/whatever to the task and allow it to configure itself > > (with help from > > the container if needed). > > You have said previously, when I added dynamic configuration to Ant 1.x, > that you did not support dynamic tasks. > > Have you changed your mind?
nope. It is just a undesirable side-effect of allowing a task to access it's own Task Model. And the benefits of providing the task with it's own Task Model outweigh the negatives IMHO -- Cheers, Pete "Whoever would overthrow the liberty of a nation must begin by subduing the freeness of speech." - Benjamin Franklin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
