+1 Jan
> -----Original Message----- > From: Erik Hatcher [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 22, 2004 4:24 PM > To: Ant Developers List > Subject: Re: text support for macrodef > > > +1 > > On Jan 22, 2004, at 10:03 AM, Peter Reilly wrote: > > > I would like to add support to <macrodef> to allow the text content > > of macros to be placed in the macro instance: > > > > use is like this: > > <macrodef name="echotest" textname="text"> > > <sequential> > > <echo>@{text}</echo> > > </sequential> > > </macrodef> > > <echotest> > > Hello world > > </echotest> > > > > The textname attribute value becomes a macrodef attribute that > > gets set to the value of the text contents of the macro. > > > > Peter > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >