Re: junit task halts

2004-12-08 Thread Laconia Data Systems
ecember 06, 2004 3:44 PM Subject: junit task halts > Hello all, > > I have this build file: > > > > > > > > > > > > > > > > > > > > > > > > Whe

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.

junit task halts

2004-12-06 Thread blackwater dev
Hello all, I have this build file: When I run it the output is: Buildfile: build.xml test: And that is where it just stops...I can type stuff after test: but it doesn't do anything...I then have to close the termina