If I defined a <taskdef> for a custom task at the project-level (outside of a macro or target), does that consume a significant amount of memory?
Would defining <taskdef> in a target and have the targets that use it depend on it (thus, the taskdef init would only run when the target runs) be a better optimization? Thanks, -Nathan