Re: macro scoping as private

2009-11-03 Thread Raja Nagendra Kumar
O.k Thank you. >I haven't tested either whether macro definitions can be overriden (either within a task or within a file). I see macros can be overridden in the order they get loaded. Regards, Nagendra -- View this message in context: http://old.nabble.com/macro-scoping-as-private-tp2615667

Re: macro scoping as private

2009-11-02 Thread Francis GALIEGUE
On Mon, Nov 2, 2009 at 12:12, Raja Nagendra Kumar wrote: > > Hi, > > Is it possible to make a macro private.. meaning, the macro could be called > by other ant script with in the same xml file.. and not be called by any > other script defined else where and imported using task. > > I understand a