Alan Brown wrote:
I'm using <subant> with genericAntFile to run an ant task against every subdirectory. However, it runs out of memory before finishing. I've done some poking around and it seems that <subant> like <antcall> has some issues with the classLoader that can result in this kind of problem. Does anyone know a workaround? I really want to be able to use <subant> with genericAntFile if I can, as it really suits my problem, but my problem isn't well suited to having the task run out of memory before completion...
Try using <macrodef> ... I encountered that problem from a while ago, and <macrodef> seem to have fixed the problem.
Pedro
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
