Re: Problem with Cactus and Ant

2007-10-30 Thread Peter Reilly
It may be easier to copy all of junittask and modify it rather than extending it. JUnitTask is complicated and tricky - it needs to handle classloading to allow junit.jar to be placed in a nested Details on the implementation will change from ant release to ant release - the task (and most othe

Re: Problem with Cactus and Ant

2007-10-30 Thread Petar Tahchiev
So actually you have to look here: http://svn.apache.org/repos/asf/jakarta/cactus/trunk/integration/ant/src/java/org/apache/cactus/integration/ant/CactusTask.java and this is the peace of code that actually executes the test: === private void executeInContai

Re: Problem with Cactus and Ant

2007-10-29 Thread Steve Loughran
Petar Tahchiev wrote: Hi guys, my name is Petar Tahchiev and I am one of the developers of Jakarta Cactus. I have a really strange problem, when using Ant > 1.6.5. Hi peter, glad to get some of the cactus folk involved. When trying to execute my cactus tasks, I invoke actually the JunitTask,