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
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