Re: junit task sometimes creates zero-length result files

2006-01-28 Thread Stefan Bodewig
On Fri, 27 Jan 2006, Carlton Brown <[EMAIL PROTECTED]> wrote: > The ant task seems to create zero-length output files for a > few of my unit test classes. Which version of Ant are you using? There have been some problems with tests running into timeouts or crashing the VM, but they are supposed

Re: junit task sometimes creates zero-length result files

2006-01-27 Thread Dominique Devienne
On 1/27/06, Brown, Carlton <[EMAIL PROTECTED]> wrote: > The ant task seems to create zero-length output files for a few > of my unit test classes. It does so without reporting any errors but > of course of course chokes on them complaining about > premature EOF. > Does anyone have any suggestio

junit task sometimes creates zero-length result files

2006-01-27 Thread Brown, Carlton
The ant task seems to create zero-length output files for a few of my unit test classes. It does so without reporting any errors but of course of course chokes on them complaining about premature EOF. Does anyone have any suggestions as to how to troubleshoot a problem like this? Thanks