Re: Only using taskdef if the task isn't already defined

2006-03-16 Thread Steve Loughran
Jon Skeet wrote: I have a fairly complex sequence of Ant scripts, including top level scripts which call lower level scripts. All of them go through a general import phase, which includes doing some taskdefs. Now, I'd like to avoid doing the taskdefs in the lower level scripts if the tasks have a

Only using taskdef if the task isn't already defined

2006-03-16 Thread Jon Skeet
I have a fairly complex sequence of Ant scripts, including top level scripts which call lower level scripts. All of them go through a general import phase, which includes doing some taskdefs. Now, I'd like to avoid doing the taskdefs in the lower level scripts if the tasks have already been loaded