The AntClassLoader created in one JUnitTask can not be used in another.

2007-05-09 Thread Xu Xin
Hello everyone, I had a problem with JUnitTask, I have a couple of xml files where I also have a lot of targets which contain tasks, originally I used the Apache Ant's JUnitTask, but unfortunately the test run had performance issue, that was caused by each has its own classloader, as a result

how to get the configured nested tasks from Macrodef?

2007-02-19 Thread Xu Xin
Hellow everyone, I am working with ANT 1.6.5, have a question for MacroDef: how can I get the configured nested tasks from ? suppose I have the following macrodef template, and I have a following target: what I want is