Re: junit task halts

2004-12-08 Thread Laconia Data Systems
Dear Black: I just love the easy ones Your test target creates XML output by default unless you tell the formatter to output to txt take a look at http://ant.apache.org/manual/OptionalTasks/junit.html the output should be com.mytests.test.*.xml the output Doesnt really do much good unless you use a

Re: junit task halts

2004-12-06 Thread Ivan Ivanov
Hi, I note that you are using httpunit which makes me consider that your tests try to connect to some server. If so are you sure the server is running? Your tests might wait for it. Could you also try timeout attribute of junit task? Set it first to some short value to observe what is happening.