[ANN] Wiki gone readonly, you'll need to ask for write access

2012-05-16 Thread Stefan Bodewig
Hello, unfortunately Wiki spammers have forced us to tighten access control to the Wiki pages even further than we did before - and way further than we'd love to. In an ideal world all pages would be world writable and trolls and spammers didn't exist. >From now on anybody who wants to modify a

Re: taskdef defined in project or target

2012-05-16 Thread Simon Murcott
Generally speaking, one does not care about the memory usage of Ant unless you're working with a task that gets repeated a LOT. Just out of interest, I tried the two scenarios whilst tracing the class loader. Yes in the case where the taskef is inside a target, the class gets loaded later. But

taskdef defined in project or target

2012-05-16 Thread Perrier, Nathan
If I defined a for a custom task at the project-level (outside of a macro or target), does that consume a significant amount of memory? Would defining 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 optimizati